Html Css Color HEX #ACFC5A Conifer

📋 copy color: '#ACFC5A'

red 172 ◦ green 252 ◦ blue 90

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

Shades of Conifer #ACFC5A

Tints of Conifer #ACFC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.03%

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 33.46%
G = 49.03%
B = 17.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#ACFC5A (or 0xACFC5A) is known color: Conifer. HEX triplet: AC, FC and 5A. RGB value is (172,252,90). Sum of RGB (Red+Green+Blue) = 172+252+90=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC5A is #5303A5. Grayscale: #D2D2D2. Windows color (decimal): -5440422 or 5962924. OLE color: 5962924.

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

Color convert

RGB 172 252 90 -
CMYK 0.32 0 0.64 0.01
HSL 89.63º 0.96% 0.67% -
HSV(B) 89.63º 0.64% 0.99% -
XYZ 53.67 79.13 22.12 -
YUV 209.61 60.5 101.17 -
System Red Green Blue C M Y K H S L
Decimal 172 252 90 0.32 0 0.64 0.01 89.63 0.96 0.67
Hex AC FC 5A 20 0 40 1 5A 60 43
Octal 254 374 132 40 0 100 1 132 140 103
Binary 10101100 11111100 1011010 100000 0 1000000 1 1011010 1100000 1000011

Color Harmonies of #ACFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC5A

Black with #ACFC5A

Text Example


Text Example

White with #ACFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC5A; }

 p { color: rgb(172,252,90); }

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

background-color css

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

 a { background-color: rgb(172,252,90); }

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

border-color css

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

 span { border-color: rgb(172,252,90); }

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