Html Css Color HEX #ACF05A Conifer

📋 copy color: '#ACF05A'

red 172 ◦ green 240 ◦ blue 90

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

Shades of Conifer #ACF05A

Tints of Conifer #ACF05A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.81%

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

R = 34.26%
G = 47.81%
B = 17.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#ACF05A (or 0xACF05A) is known color: Conifer. HEX triplet: AC, F0 and 5A. RGB value is (172,240,90). Sum of RGB (Red+Green+Blue) = 172+240+90=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF05A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF05A is #530FA5. Grayscale: #CBCBCB. Windows color (decimal): -5443494 or 5959852. OLE color: 5959852.

HSL color Cylindrical-coordinate representation of color #ACF05A: hue angle of 87.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF05A is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 90 -
CMYK 0.28 0 0.62 0.06
HSL 87.2º 0.83% 0.65% -
HSV(B) 87.2º 0.63% 0.94% -
XYZ 50.02 71.83 20.9 -
YUV 202.57 64.47 106.2 -
System Red Green Blue C M Y K H S L
Decimal 172 240 90 0.28 0 0.62 0.06 87.2 0.83 0.65
Hex AC F0 5A 1C 0 3E 6 57 53 41
Octal 254 360 132 34 0 76 6 127 123 101
Binary 10101100 11110000 1011010 11100 0 111110 110 1010111 1010011 1000001

Color Harmonies of #ACF05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF05A

Black with #ACF05A

Text Example


Text Example

White with #ACF05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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