Html Css Color HEX #ACF969 Conifer

📋 copy color: '#ACF969'

red 172 ◦ green 249 ◦ blue 105

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

Shades of Conifer #ACF969

Tints of Conifer #ACF969

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.34%

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

R = 32.7%
G = 47.34%
B = 19.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#ACF969 (or 0xACF969) is known color: Conifer. HEX triplet: AC, F9 and 69. RGB value is (172,249,105). Sum of RGB (Red+Green+Blue) = 172+249+105=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF969 is #530696. Grayscale: #D2D2D2. Windows color (decimal): -5441175 or 6945196. OLE color: 6945196.

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

Color convert

RGB 172 249 105 -
CMYK 0.31 0 0.58 0.02
HSL 92.08º 0.92% 0.69% -
HSV(B) 92.08º 0.58% 0.98% -
XYZ 53.44 77.54 25.52 -
YUV 209.56 68.99 101.21 -
System Red Green Blue C M Y K H S L
Decimal 172 249 105 0.31 0 0.58 0.02 92.08 0.92 0.69
Hex AC F9 69 1F 0 3A 2 5C 5C 45
Octal 254 371 151 37 0 72 2 134 134 105
Binary 10101100 11111001 1101001 11111 0 111010 10 1011100 1011100 1000101

Color Harmonies of #ACF969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF969

Black with #ACF969

Text Example


Text Example

White with #ACF969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF969; }

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

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

background-color css

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

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

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

border-color css

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

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

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