Html Css Color HEX #ACF25B Conifer

📋 copy color: '#ACF25B'

red 172 ◦ green 242 ◦ blue 91

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

Shades of Conifer #ACF25B

Tints of Conifer #ACF25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.02%

R = 34.06%
G = 47.92%
B = 18.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#ACF25B (or 0xACF25B) is known color: Conifer. HEX triplet: AC, F2 and 5B. RGB value is (172,242,91). Sum of RGB (Red+Green+Blue) = 172+242+91=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF25B is #530DA4. Grayscale: #CCCCCC. Windows color (decimal): -5442981 or 6025900. OLE color: 6025900.

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

Color convert

RGB 172 242 91 -
CMYK 0.29 0 0.62 0.05
HSL 87.81º 0.85% 0.65% -
HSV(B) 87.81º 0.62% 0.95% -
XYZ 50.65 73.03 21.32 -
YUV 203.86 64.31 105.28 -
System Red Green Blue C M Y K H S L
Decimal 172 242 91 0.29 0 0.62 0.05 87.81 0.85 0.65
Hex AC F2 5B 1D 0 3E 5 58 55 41
Octal 254 362 133 35 0 76 5 130 125 101
Binary 10101100 11110010 1011011 11101 0 111110 101 1011000 1010101 1000001

Color Harmonies of #ACF25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF25B

Black with #ACF25B

Text Example


Text Example

White with #ACF25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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