Html Css Color HEX #ACF869 Conifer

📋 copy color: '#ACF869'

red 172 ◦ green 248 ◦ blue 105

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

Shades of Conifer #ACF869

Tints of Conifer #ACF869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20%

R = 32.76%
G = 47.24%
B = 20%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#ACF869 (or 0xACF869) is known color: Conifer. HEX triplet: AC, F8 and 69. RGB value is (172,248,105). Sum of RGB (Red+Green+Blue) = 172+248+105=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF869 is #530796. Grayscale: #D1D1D1. Windows color (decimal): -5441431 or 6944940. OLE color: 6944940.

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

Color convert

RGB 172 248 105 -
CMYK 0.31 0 0.58 0.03
HSL 91.89º 0.91% 0.69% -
HSV(B) 91.89º 0.58% 0.97% -
XYZ 53.13 76.93 25.41 -
YUV 208.97 69.32 101.63 -
System Red Green Blue C M Y K H S L
Decimal 172 248 105 0.31 0 0.58 0.03 91.89 0.91 0.69
Hex AC F8 69 1F 0 3A 3 5C 5B 45
Octal 254 370 151 37 0 72 3 134 133 105
Binary 10101100 11111000 1101001 11111 0 111010 11 1011100 1011011 1000101

Color Harmonies of #ACF869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF869

Black with #ACF869

Text Example


Text Example

White with #ACF869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF869; }

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

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

background-color css

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

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

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

border-color css

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

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

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