Html Css Color HEX #ACF865 Conifer

📋 copy color: '#ACF865'

red 172 ◦ green 248 ◦ blue 101

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

Shades of Conifer #ACF865

Tints of Conifer #ACF865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 33.01%
G = 47.6%
B = 19.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#ACF865 (or 0xACF865) is known color: Conifer. HEX triplet: AC, F8 and 65. RGB value is (172,248,101). Sum of RGB (Red+Green+Blue) = 172+248+101=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF865 is #53079A. Grayscale: #D1D1D1. Windows color (decimal): -5441435 or 6682796. OLE color: 6682796.

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

Color convert

RGB 172 248 101 -
CMYK 0.31 0 0.59 0.03
HSL 91.02º 0.91% 0.68% -
HSV(B) 91.02º 0.59% 0.97% -
XYZ 52.93 76.85 24.35 -
YUV 208.52 67.32 101.95 -
System Red Green Blue C M Y K H S L
Decimal 172 248 101 0.31 0 0.59 0.03 91.02 0.91 0.68
Hex AC F8 65 1F 0 3B 3 5B 5B 44
Octal 254 370 145 37 0 73 3 133 133 104
Binary 10101100 11111000 1100101 11111 0 111011 11 1011011 1011011 1000100

Color Harmonies of #ACF865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF865

Black with #ACF865

Text Example


Text Example

White with #ACF865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF865; }

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

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

background-color css

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

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

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

border-color css

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

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

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