Html Css Color HEX #ACDF55 Conifer

📋 copy color: '#ACDF55'

red 172 ◦ green 223 ◦ blue 85

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

Shades of Conifer #ACDF55

Tints of Conifer #ACDF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.71%

R = 35.83%
G = 46.46%
B = 17.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#ACDF55 (or 0xACDF55) is known color: Conifer. HEX triplet: AC, DF and 55. RGB value is (172,223,85). Sum of RGB (Red+Green+Blue) = 172+223+85=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF55 is #5320AA. Grayscale: #C0C0C0. Windows color (decimal): -5447851 or 5627820. OLE color: 5627820.

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

Color convert

RGB 172 223 85 -
CMYK 0.23 0 0.62 0.13
HSL 82.17º 0.68% 0.6% -
HSV(B) 82.17º 0.62% 0.87% -
XYZ 45.04 62.2 18.23 -
YUV 192.02 67.6 113.72 -
System Red Green Blue C M Y K H S L
Decimal 172 223 85 0.23 0 0.62 0.13 82.17 0.68 0.6
Hex AC DF 55 17 0 3E D 52 44 3C
Octal 254 337 125 27 0 76 15 122 104 74
Binary 10101100 11011111 1010101 10111 0 111110 1101 1010010 1000100 111100

Color Harmonies of #ACDF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF55

Black with #ACDF55

Text Example


Text Example

White with #ACDF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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