Html Css Color HEX #ACDF64 Conifer

📋 copy color: '#ACDF64'

red 172 ◦ green 223 ◦ blue 100

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

Shades of Conifer #ACDF64

Tints of Conifer #ACDF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.2%

R = 34.75%
G = 45.05%
B = 20.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#ACDF64 (or 0xACDF64) is known color: Conifer. HEX triplet: AC, DF and 64. RGB value is (172,223,100). Sum of RGB (Red+Green+Blue) = 172+223+100=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF64 is #53209B. Grayscale: #C2C2C2. Windows color (decimal): -5447836 or 6610860. OLE color: 6610860.

HSL color Cylindrical-coordinate representation of color #ACDF64: hue angle of 84.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACDF64 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 100 -
CMYK 0.23 0 0.55 0.13
HSL 84.88º 0.66% 0.63% -
HSV(B) 84.88º 0.55% 0.87% -
XYZ 45.7 62.47 21.71 -
YUV 193.73 75.1 112.5 -
System Red Green Blue C M Y K H S L
Decimal 172 223 100 0.23 0 0.55 0.13 84.88 0.66 0.63
Hex AC DF 64 17 0 37 D 55 42 3F
Octal 254 337 144 27 0 67 15 125 102 77
Binary 10101100 11011111 1100100 10111 0 110111 1101 1010101 1000010 111111

Color Harmonies of #ACDF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF64

Black with #ACDF64

Text Example


Text Example

White with #ACDF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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