Html Css Color HEX #ACDF42 Conifer

📋 copy color: '#ACDF42'

red 172 ◦ green 223 ◦ blue 66

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

Shades of Conifer #ACDF42

Tints of Conifer #ACDF42

RGB

 RED value IS 172 (67.58% from 255) = 37.31%

 GREEN value IS 223 (87.5% from 255) = 48.37%

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 37.31%
G = 48.37%
B = 14.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#ACDF42 (or 0xACDF42) is known color: Conifer. HEX triplet: AC, DF and 42. RGB value is (172,223,66). Sum of RGB (Red+Green+Blue) = 172+223+66=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF42 is #5320BD. Grayscale: #BEBEBE. Windows color (decimal): -5447870 or 4382636. OLE color: 4382636.

HSL color Cylindrical-coordinate representation of color #ACDF42: hue angle of 79.49º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACDF42 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 66 -
CMYK 0.23 0 0.70 0.13
HSL 79.49º 0.71% 0.57% -
HSV(B) 79.49º 0.7% 0.87% -
XYZ 44.38 61.94 14.77 -
YUV 189.85 58.1 115.27 -
System Red Green Blue C M Y K H S L
Decimal 172 223 66 0.23 0 0.70 0.13 79.49 0.71 0.57
Hex AC DF 42 17 0 46 D 4F 47 39
Octal 254 337 102 27 0 106 15 117 107 71
Binary 10101100 11011111 1000010 10111 0 1000110 1101 1001111 1000111 111001

Color Harmonies of #ACDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF42

Black with #ACDF42

Text Example


Text Example

White with #ACDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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