Html Css Color HEX #ACFD55 Conifer

📋 copy color: '#ACFD55'

red 172 ◦ green 253 ◦ blue 85

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

Shades of Conifer #ACFD55

Tints of Conifer #ACFD55

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.61%

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

R = 33.73%
G = 49.61%
B = 16.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#ACFD55 (or 0xACFD55) is known color: Conifer. HEX triplet: AC, FD and 55. RGB value is (172,253,85). Sum of RGB (Red+Green+Blue) = 172+253+85=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFD55 is #5302AA. Grayscale: #D2D2D2. Windows color (decimal): -5440171 or 5635500. OLE color: 5635500.

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

Color convert

RGB 172 253 85 -
CMYK 0.32 0 0.66 0.01
HSL 88.93º 0.98% 0.66% -
HSV(B) 88.93º 0.66% 0.99% -
XYZ 53.78 79.68 21.14 -
YUV 209.63 57.66 101.16 -
System Red Green Blue C M Y K H S L
Decimal 172 253 85 0.32 0 0.66 0.01 88.93 0.98 0.66
Hex AC FD 55 20 0 42 1 59 62 42
Octal 254 375 125 40 0 102 1 131 142 102
Binary 10101100 11111101 1010101 100000 0 1000010 1 1011001 1100010 1000010

Color Harmonies of #ACFD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD55

Black with #ACFD55

Text Example


Text Example

White with #ACFD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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