Html Css Color HEX #ACF85D Conifer

📋 copy color: '#ACF85D'

red 172 ◦ green 248 ◦ blue 93

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

Shades of Conifer #ACF85D

Tints of Conifer #ACF85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.34%

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

R = 33.53%
G = 48.34%
B = 18.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#ACF85D (or 0xACF85D) is known color: Conifer. HEX triplet: AC, F8 and 5D. RGB value is (172,248,93). Sum of RGB (Red+Green+Blue) = 172+248+93=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF85D is #5307A2. Grayscale: #D0D0D0. Windows color (decimal): -5441443 or 6158508. OLE color: 6158508.

HSL color Cylindrical-coordinate representation of color #ACF85D: hue angle of 89.42º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF85D is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 93 -
CMYK 0.31 0 0.62 0.03
HSL 89.42º 0.92% 0.67% -
HSV(B) 89.42º 0.63% 0.97% -
XYZ 52.56 76.7 22.39 -
YUV 207.61 63.32 102.6 -
System Red Green Blue C M Y K H S L
Decimal 172 248 93 0.31 0 0.62 0.03 89.42 0.92 0.67
Hex AC F8 5D 1F 0 3E 3 59 5C 43
Octal 254 370 135 37 0 76 3 131 134 103
Binary 10101100 11111000 1011101 11111 0 111110 11 1011001 1011100 1000011

Color Harmonies of #ACF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF85D

Black with #ACF85D

Text Example


Text Example

White with #ACF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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