#42AF26

Color #42AF26 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #42AF26

Tints of Kelly Green #42AF26

Color information

#42AF26 (or 0x42AF26) is unknown color: approx Kelly Green. HEX triplet: 42, AF and 26. RGB value is (66,175,38). Sum of RGB (Red+Green+Blue) = 66+175+38=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF26 is #BD50D9. Grayscale: #7F7F7F. Windows color (decimal): -12407002 or 2535234. OLE color: 2535234.

HSL color Cylindrical-coordinate representation of color #42AF26: hue angle of 107.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42AF26 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB6617538-
CMYK0.6200.780.31
HSL107.74º64.32%41.76%-
HSV(B)107.74º78.29%68.63%-
XYZ17.9331.967.06-
YUV126.7977.8984.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 175 (68.75% from 255) = 62.72%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=23.66%
G=62.72%
B=13.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66175380.6200.780.31107.7464.3241.76
Hex42AF263E04E1F6c402a
Octal102257467601163715410052
Binary100001010101111100110111110010011101111111011001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AF26; }

 p { color: rgb(66,175,38); }

 H1.HeaderClassName
 {
   color: #42AF26;
 }
 .AnyTagClassName
 {
   color: #42AF26;
 }
</style>
background-color css

<style>
 a { background-color: #42AF26; }

 a { background-color: rgb(66,175,38); }

 div.DivClassName
 {
   background-color: #42AF26;
 }
 .BgClassName
 {
   background-color: #42AF26;
 }
</style>
border-color css

<style>
 span { border-color: #42AF26; }

 span { border-color: rgb(66,175,38); }

 td.TdClassName
 {
   border-color: #42AF26;
 }
 .TagClassName
 {
   border-color: #42AF26;
 }
</style>