Html Css Color HEX #ACDF5B Conifer

📋 copy color: '#ACDF5B'

red 172 ◦ green 223 ◦ blue 91

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

Shades of Conifer #ACDF5B

Tints of Conifer #ACDF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.72%

R = 35.39%
G = 45.88%
B = 18.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#ACDF5B (or 0xACDF5B) is known color: Conifer. HEX triplet: AC, DF and 5B. RGB value is (172,223,91). Sum of RGB (Red+Green+Blue) = 172+223+91=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF5B is #5320A4. Grayscale: #C1C1C1. Windows color (decimal): -5447845 or 6021036. OLE color: 6021036.

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

Color convert

RGB 172 223 91 -
CMYK 0.23 0 0.59 0.13
HSL 83.18º 0.67% 0.62% -
HSV(B) 83.18º 0.59% 0.87% -
XYZ 45.29 62.3 19.54 -
YUV 192.7 70.6 113.23 -
System Red Green Blue C M Y K H S L
Decimal 172 223 91 0.23 0 0.59 0.13 83.18 0.67 0.62
Hex AC DF 5B 17 0 3B D 53 43 3E
Octal 254 337 133 27 0 73 15 123 103 76
Binary 10101100 11011111 1011011 10111 0 111011 1101 1010011 1000011 111110

Color Harmonies of #ACDF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF5B

Black with #ACDF5B

Text Example


Text Example

White with #ACDF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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