Html Css Color HEX #ACF25A Conifer

📋 copy color: '#ACF25A'

red 172 ◦ green 242 ◦ blue 90

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

Shades of Conifer #ACF25A

Tints of Conifer #ACF25A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.02%

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

R = 34.13%
G = 48.02%
B = 17.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#ACF25A (or 0xACF25A) is known color: Conifer. HEX triplet: AC, F2 and 5A. RGB value is (172,242,90). Sum of RGB (Red+Green+Blue) = 172+242+90=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF25A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF25A is #530DA5. Grayscale: #CCCCCC. Windows color (decimal): -5442982 or 5960364. OLE color: 5960364.

HSL color Cylindrical-coordinate representation of color #ACF25A: hue angle of 87.63º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACF25A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 90 -
CMYK 0.29 0 0.63 0.05
HSL 87.63º 0.85% 0.65% -
HSV(B) 87.63º 0.63% 0.95% -
XYZ 50.61 73.01 21.1 -
YUV 203.74 63.81 105.36 -
System Red Green Blue C M Y K H S L
Decimal 172 242 90 0.29 0 0.63 0.05 87.63 0.85 0.65
Hex AC F2 5A 1D 0 3F 5 58 55 41
Octal 254 362 132 35 0 77 5 130 125 101
Binary 10101100 11110010 1011010 11101 0 111111 101 1011000 1010101 1000001

Color Harmonies of #ACF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF25A

Black with #ACF25A

Text Example


Text Example

White with #ACF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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