Html Css Color HEX #ACF669 Conifer

📋 copy color: '#ACF669'

red 172 ◦ green 246 ◦ blue 105

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

Shades of Conifer #ACF669

Tints of Conifer #ACF669

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.04%

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

R = 32.89%
G = 47.04%
B = 20.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#ACF669 (or 0xACF669) is known color: Conifer. HEX triplet: AC, F6 and 69. RGB value is (172,246,105). Sum of RGB (Red+Green+Blue) = 172+246+105=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF669 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF669 is #530996. Grayscale: #D0D0D0. Windows color (decimal): -5441943 or 6944428. OLE color: 6944428.

HSL color Cylindrical-coordinate representation of color #ACF669: hue angle of 91.49º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACF669 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 105 -
CMYK 0.30 0 0.57 0.04
HSL 91.49º 0.89% 0.69% -
HSV(B) 91.49º 0.57% 0.96% -
XYZ 52.52 75.7 25.21 -
YUV 207.8 69.98 102.46 -
System Red Green Blue C M Y K H S L
Decimal 172 246 105 0.30 0 0.57 0.04 91.49 0.89 0.69
Hex AC F6 69 1E 0 39 4 5B 59 45
Octal 254 366 151 36 0 71 4 133 131 105
Binary 10101100 11110110 1101001 11110 0 111001 100 1011011 1011001 1000101

Color Harmonies of #ACF669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF669

Black with #ACF669

Text Example


Text Example

White with #ACF669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF669; }

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

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

background-color css

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

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

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

border-color css

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

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

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