Html Css Color HEX #ACF25D Conifer

📋 copy color: '#ACF25D'

red 172 ◦ green 242 ◦ blue 93

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

Shades of Conifer #ACF25D

Tints of Conifer #ACF25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.34%

R = 33.93%
G = 47.73%
B = 18.34%

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

#ACF25D (or 0xACF25D) is known color: Conifer. HEX triplet: AC, F2 and 5D. RGB value is (172,242,93). Sum of RGB (Red+Green+Blue) = 172+242+93=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF25D is #530DA2. Grayscale: #CCCCCC. Windows color (decimal): -5442979 or 6156972. OLE color: 6156972.

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

Color convert

RGB 172 242 93 -
CMYK 0.29 0 0.62 0.05
HSL 88.19º 0.85% 0.66% -
HSV(B) 88.19º 0.62% 0.95% -
XYZ 50.74 73.07 21.78 -
YUV 204.08 65.31 105.12 -
System Red Green Blue C M Y K H S L
Decimal 172 242 93 0.29 0 0.62 0.05 88.19 0.85 0.66
Hex AC F2 5D 1D 0 3E 5 58 55 42
Octal 254 362 135 35 0 76 5 130 125 102
Binary 10101100 11110010 1011101 11101 0 111110 101 1011000 1010101 1000010

Color Harmonies of #ACF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF25D

Black with #ACF25D

Text Example


Text Example

White with #ACF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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