Html Css Color HEX #ACF45F Conifer

📋 copy color: '#ACF45F'

red 172 ◦ green 244 ◦ blue 95

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

Shades of Conifer #ACF45F

Tints of Conifer #ACF45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.59%

R = 33.66%
G = 47.75%
B = 18.59%

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

#ACF45F (or 0xACF45F) is known color: Conifer. HEX triplet: AC, F4 and 5F. RGB value is (172,244,95). Sum of RGB (Red+Green+Blue) = 172+244+95=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF45F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF45F is #530BA0. Grayscale: #CECECE. Windows color (decimal): -5442465 or 6288556. OLE color: 6288556.

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

Color convert

RGB 172 244 95 -
CMYK 0.30 0 0.61 0.04
HSL 88.99º 0.87% 0.66% -
HSV(B) 88.99º 0.61% 0.96% -
XYZ 51.43 74.3 22.46 -
YUV 205.49 65.65 104.12 -
System Red Green Blue C M Y K H S L
Decimal 172 244 95 0.30 0 0.61 0.04 88.99 0.87 0.66
Hex AC F4 5F 1E 0 3D 4 59 57 42
Octal 254 364 137 36 0 75 4 131 127 102
Binary 10101100 11110100 1011111 11110 0 111101 100 1011001 1010111 1000010

Color Harmonies of #ACF45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF45F

Black with #ACF45F

Text Example


Text Example

White with #ACF45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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