Html Css Color HEX #ACF069 Conifer

📋 copy color: '#ACF069'

red 172 ◦ green 240 ◦ blue 105

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

Shades of Conifer #ACF069

Tints of Conifer #ACF069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.42%

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

R = 33.27%
G = 46.42%
B = 20.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#ACF069 (or 0xACF069) is known color: Conifer. HEX triplet: AC, F0 and 69. RGB value is (172,240,105). Sum of RGB (Red+Green+Blue) = 172+240+105=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF069 is #530F96. Grayscale: #CCCCCC. Windows color (decimal): -5443479 or 6942892. OLE color: 6942892.

HSL color Cylindrical-coordinate representation of color #ACF069: hue angle of 90.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF069 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 105 -
CMYK 0.28 0 0.56 0.06
HSL 90.22º 0.82% 0.68% -
HSV(B) 90.22º 0.56% 0.94% -
XYZ 50.72 72.11 24.61 -
YUV 204.28 71.97 104.98 -
System Red Green Blue C M Y K H S L
Decimal 172 240 105 0.28 0 0.56 0.06 90.22 0.82 0.68
Hex AC F0 69 1C 0 38 6 5A 52 44
Octal 254 360 151 34 0 70 6 132 122 104
Binary 10101100 11110000 1101001 11100 0 111000 110 1011010 1010010 1000100

Color Harmonies of #ACF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF069

Black with #ACF069

Text Example


Text Example

White with #ACF069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF069; }

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

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

background-color css

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

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

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

border-color css

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

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

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