Html Css Color HEX #ACF54A Conifer

📋 copy color: '#ACF54A'

red 172 ◦ green 245 ◦ blue 74

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

Shades of Conifer #ACF54A

Tints of Conifer #ACF54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.07%

R = 35.03%
G = 49.9%
B = 15.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#ACF54A (or 0xACF54A) is known color: Conifer. HEX triplet: AC, F5 and 4A. RGB value is (172,245,74). Sum of RGB (Red+Green+Blue) = 172+245+74=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF54A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF54A is #530AB5. Grayscale: #CCCCCC. Windows color (decimal): -5442230 or 4912556. OLE color: 4912556.

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

Color convert

RGB 172 245 74 -
CMYK 0.30 0 0.70 0.04
HSL 85.61º 0.9% 0.63% -
HSV(B) 85.61º 0.7% 0.96% -
XYZ 50.9 74.57 18.19 -
YUV 203.68 54.82 105.4 -
System Red Green Blue C M Y K H S L
Decimal 172 245 74 0.30 0 0.70 0.04 85.61 0.9 0.63
Hex AC F5 4A 1E 0 46 4 56 5A 3F
Octal 254 365 112 36 0 106 4 126 132 77
Binary 10101100 11110101 1001010 11110 0 1000110 100 1010110 1011010 111111

Color Harmonies of #ACF54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF54A

Black with #ACF54A

Text Example


Text Example

White with #ACF54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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