Html Css Color HEX #ACF852 Conifer

📋 copy color: '#ACF852'

red 172 ◦ green 248 ◦ blue 82

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

Shades of Conifer #ACF852

Tints of Conifer #ACF852

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.4%

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

R = 34.26%
G = 49.4%
B = 16.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#ACF852 (or 0xACF852) is known color: Conifer. HEX triplet: AC, F8 and 52. RGB value is (172,248,82). Sum of RGB (Red+Green+Blue) = 172+248+82=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF852 is #5307AD. Grayscale: #CECECE. Windows color (decimal): -5441454 or 5437612. OLE color: 5437612.

HSL color Cylindrical-coordinate representation of color #ACF852: hue angle of 87.47º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACF852 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 82 -
CMYK 0.31 0 0.67 0.03
HSL 87.47º 0.92% 0.65% -
HSV(B) 87.47º 0.67% 0.97% -
XYZ 52.1 76.51 20.01 -
YUV 206.35 57.82 103.5 -
System Red Green Blue C M Y K H S L
Decimal 172 248 82 0.31 0 0.67 0.03 87.47 0.92 0.65
Hex AC F8 52 1F 0 43 3 57 5C 41
Octal 254 370 122 37 0 103 3 127 134 101
Binary 10101100 11111000 1010010 11111 0 1000011 11 1010111 1011100 1000001

Color Harmonies of #ACF852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF852

Black with #ACF852

Text Example


Text Example

White with #ACF852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF852; }

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

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

background-color css

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

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

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

border-color css

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

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

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