Html Css Color HEX #ACFE55 Conifer

📋 copy color: '#ACFE55'

red 172 ◦ green 254 ◦ blue 85

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

Shades of Conifer #ACFE55

Tints of Conifer #ACFE55

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.71%

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

R = 33.66%
G = 49.71%
B = 16.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#ACFE55 (or 0xACFE55) is known color: Conifer. HEX triplet: AC, FE and 55. RGB value is (172,254,85). Sum of RGB (Red+Green+Blue) = 172+254+85=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE55 is #5301AA. Grayscale: #D2D2D2. Windows color (decimal): -5439915 or 5635756. OLE color: 5635756.

HSL color Cylindrical-coordinate representation of color #ACFE55: hue angle of 89.11º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACFE55 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 85 -
CMYK 0.32 0 0.67 0.00
HSL 89.11º 0.99% 0.66% -
HSV(B) 89.11º 0.67% 1% -
XYZ 54.09 80.31 21.24 -
YUV 210.22 57.33 100.74 -
System Red Green Blue C M Y K H S L
Decimal 172 254 85 0.32 0 0.67 0.00 89.11 0.99 0.66
Hex AC FE 55 20 0 43 0 59 63 42
Octal 254 376 125 40 0 103 0 131 143 102
Binary 10101100 11111110 1010101 100000 0 1000011 0 1011001 1100011 1000010

Color Harmonies of #ACFE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE55

Black with #ACFE55

Text Example


Text Example

White with #ACFE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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