Html Css Color HEX #ACF460 Conifer

📋 copy color: '#ACF460'

red 172 ◦ green 244 ◦ blue 96

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

Shades of Conifer #ACF460

Tints of Conifer #ACF460

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

 BLUE value IS 96 (37.89% from 255) = 18.75%

R = 33.59%
G = 47.66%
B = 18.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#ACF460 (or 0xACF460) is known color: Conifer. HEX triplet: AC, F4 and 60. RGB value is (172,244,96). Sum of RGB (Red+Green+Blue) = 172+244+96=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF460 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF460 is #530B9F. Grayscale: #CECECE. Windows color (decimal): -5442464 or 6354092. OLE color: 6354092.

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

Color convert

RGB 172 244 96 -
CMYK 0.30 0 0.61 0.04
HSL 89.19º 0.87% 0.67% -
HSV(B) 89.19º 0.61% 0.96% -
XYZ 51.48 74.32 22.7 -
YUV 205.6 66.15 104.03 -
System Red Green Blue C M Y K H S L
Decimal 172 244 96 0.30 0 0.61 0.04 89.19 0.87 0.67
Hex AC F4 60 1E 0 3D 4 59 57 43
Octal 254 364 140 36 0 75 4 131 127 103
Binary 10101100 11110100 1100000 11110 0 111101 100 1011001 1010111 1000011

Color Harmonies of #ACF460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF460

Black with #ACF460

Text Example


Text Example

White with #ACF460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF460; }

 p { color: rgb(172,244,96); }

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

background-color css

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

 a { background-color: rgb(172,244,96); }

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

border-color css

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

 span { border-color: rgb(172,244,96); }

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