Html Css Color HEX #ACF452 Conifer

📋 copy color: '#ACF452'

red 172 ◦ green 244 ◦ blue 82

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

Shades of Conifer #ACF452

Tints of Conifer #ACF452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.47%

R = 34.54%
G = 49%
B = 16.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#ACF452 (or 0xACF452) is known color: Conifer. HEX triplet: AC, F4 and 52. RGB value is (172,244,82). Sum of RGB (Red+Green+Blue) = 172+244+82=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF452 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF452 is #530BAD. Grayscale: #CCCCCC. Windows color (decimal): -5442478 or 5436588. OLE color: 5436588.

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

Color convert

RGB 172 244 82 -
CMYK 0.30 0 0.66 0.04
HSL 86.67º 0.88% 0.64% -
HSV(B) 86.67º 0.66% 0.96% -
XYZ 50.89 74.08 19.6 -
YUV 204 59.15 105.17 -
System Red Green Blue C M Y K H S L
Decimal 172 244 82 0.30 0 0.66 0.04 86.67 0.88 0.64
Hex AC F4 52 1E 0 42 4 57 58 40
Octal 254 364 122 36 0 102 4 127 130 100
Binary 10101100 11110100 1010010 11110 0 1000010 100 1010111 1011000 1000000

Color Harmonies of #ACF452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF452

Black with #ACF452

Text Example


Text Example

White with #ACF452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF452; }

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

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

background-color css

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

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

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

border-color css

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

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

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