Html Css Color HEX #ACF465 Conifer

📋 copy color: '#ACF465'

red 172 ◦ green 244 ◦ blue 101

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

Shades of Conifer #ACF465

Tints of Conifer #ACF465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.54%

R = 33.27%
G = 47.2%
B = 19.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#ACF465 (or 0xACF465) is known color: Conifer. HEX triplet: AC, F4 and 65. RGB value is (172,244,101). Sum of RGB (Red+Green+Blue) = 172+244+101=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF465 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF465 is #530B9A. Grayscale: #CECECE. Windows color (decimal): -5442459 or 6681772. OLE color: 6681772.

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

Color convert

RGB 172 244 101 -
CMYK 0.30 0 0.59 0.04
HSL 90.21º 0.87% 0.68% -
HSV(B) 90.21º 0.59% 0.96% -
XYZ 51.71 74.41 23.95 -
YUV 206.17 68.65 103.63 -
System Red Green Blue C M Y K H S L
Decimal 172 244 101 0.30 0 0.59 0.04 90.21 0.87 0.68
Hex AC F4 65 1E 0 3B 4 5A 57 44
Octal 254 364 145 36 0 73 4 132 127 104
Binary 10101100 11110100 1100101 11110 0 111011 100 1011010 1010111 1000100

Color Harmonies of #ACF465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF465

Black with #ACF465

Text Example


Text Example

White with #ACF465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF465; }

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

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

background-color css

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

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

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

border-color css

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

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

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