Html Css Color HEX #42AC1F Kelly Green

📋 copy color: '#42AC1F'

red 66 ◦ green 172 ◦ blue 31

#42AC1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #42AC1F

Tints of Kelly Green #42AC1F

RGB

 RED value IS 66 (26.17% from 255) = 24.54%

 GREEN value IS 172 (67.58% from 255) = 63.94%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 24.54%
G = 63.94%
B = 11.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#42AC1F (or 0x42AC1F) is known color: Kelly Green. HEX triplet: 42, AC and 1F. RGB value is (66,172,31). Sum of RGB (Red+Green+Blue) = 66+172+31=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 172 (67.58% from 255 or 63.94% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC1F is #BD53E0. Grayscale: #7C7C7C. Windows color (decimal): -12407777 or 2075714. OLE color: 2075714.

HSL color Cylindrical-coordinate representation of color #42AC1F: hue angle of 105.11º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42AC1F is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 172 31 -
CMYK 0.62 0 0.82 0.33
HSL 105.11º 0.69% 0.4% -
HSV(B) 105.11º 0.82% 0.67% -
XYZ 17.25 30.76 6.33 -
YUV 124.23 75.38 86.46 -
System Red Green Blue C M Y K H S L
Decimal 66 172 31 0.62 0 0.82 0.33 105.11 0.69 0.4
Hex 42 AC 1F 3E 0 52 21 69 45 28
Octal 102 254 37 76 0 122 41 151 105 50
Binary 1000010 10101100 11111 111110 0 1010010 100001 1101001 1000101 101000

Color Harmonies of #42AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC1F

Black with #42AC1F

Text Example


Text Example

White with #42AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,31); }

 H1.HeaderClassName
 {
   color: #42AC1F;
 }
 .AnyTagClassName
 {
   color: #42AC1F;
 }
</style>

background-color css

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

 a { background-color: rgb(66,172,31); }

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

border-color css

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

 span { border-color: rgb(66,172,31); }

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