Html Css Color HEX #ACF54C Conifer

📋 copy color: '#ACF54C'

red 172 ◦ green 245 ◦ blue 76

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

Shades of Conifer #ACF54C

Tints of Conifer #ACF54C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.7%

 BLUE value IS 76 (30.08% from 255) = 15.42%

R = 34.89%
G = 49.7%
B = 15.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#ACF54C (or 0xACF54C) is known color: Conifer. HEX triplet: AC, F5 and 4C. RGB value is (172,245,76). Sum of RGB (Red+Green+Blue) = 172+245+76=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF54C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF54C is #530AB3. Grayscale: #CCCCCC. Windows color (decimal): -5442228 or 5043628. OLE color: 5043628.

HSL color Cylindrical-coordinate representation of color #ACF54C: hue angle of 85.92º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF54C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 76 -
CMYK 0.30 0 0.69 0.04
HSL 85.92º 0.89% 0.63% -
HSV(B) 85.92º 0.69% 0.96% -
XYZ 50.97 74.6 18.55 -
YUV 203.91 55.82 105.24 -
System Red Green Blue C M Y K H S L
Decimal 172 245 76 0.30 0 0.69 0.04 85.92 0.89 0.63
Hex AC F5 4C 1E 0 45 4 56 59 3F
Octal 254 365 114 36 0 105 4 126 131 77
Binary 10101100 11110101 1001100 11110 0 1000101 100 1010110 1011001 111111

Color Harmonies of #ACF54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF54C

Black with #ACF54C

Text Example


Text Example

White with #ACF54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF54C; }

 p { color: rgb(172,245,76); }

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

background-color css

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

 a { background-color: rgb(172,245,76); }

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

border-color css

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

 span { border-color: rgb(172,245,76); }

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