Html Css Color HEX #ACF455 Conifer

📋 copy color: '#ACF455'

red 172 ◦ green 244 ◦ blue 85

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

Shades of Conifer #ACF455

Tints of Conifer #ACF455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.97%

R = 34.33%
G = 48.7%
B = 16.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#ACF455 (or 0xACF455) is known color: Conifer. HEX triplet: AC, F4 and 55. RGB value is (172,244,85). Sum of RGB (Red+Green+Blue) = 172+244+85=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF455 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF455 is #530BAA. Grayscale: #CCCCCC. Windows color (decimal): -5442475 or 5633196. OLE color: 5633196.

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

Color convert

RGB 172 244 85 -
CMYK 0.30 0 0.65 0.04
HSL 87.17º 0.88% 0.65% -
HSV(B) 87.17º 0.65% 0.96% -
XYZ 51 74.13 20.21 -
YUV 204.35 60.65 104.93 -
System Red Green Blue C M Y K H S L
Decimal 172 244 85 0.30 0 0.65 0.04 87.17 0.88 0.65
Hex AC F4 55 1E 0 41 4 57 58 41
Octal 254 364 125 36 0 101 4 127 130 101
Binary 10101100 11110100 1010101 11110 0 1000001 100 1010111 1011000 1000001

Color Harmonies of #ACF455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF455

Black with #ACF455

Text Example


Text Example

White with #ACF455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF455; }

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

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

background-color css

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

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

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

border-color css

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

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

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