Html Css Color HEX #ACF248 Conifer

📋 copy color: '#ACF248'

red 172 ◦ green 242 ◦ blue 72

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

Shades of Conifer #ACF248

Tints of Conifer #ACF248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

 BLUE value IS 72 (28.52% from 255) = 14.81%

R = 35.39%
G = 49.79%
B = 14.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#ACF248 (or 0xACF248) is known color: Conifer. HEX triplet: AC, F2 and 48. RGB value is (172,242,72). Sum of RGB (Red+Green+Blue) = 172+242+72=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF248 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF248 is #530DB7. Grayscale: #CACACA. Windows color (decimal): -5443000 or 4780716. OLE color: 4780716.

HSL color Cylindrical-coordinate representation of color #ACF248: hue angle of 84.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF248 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 72 -
CMYK 0.29 0 0.70 0.05
HSL 84.71º 0.87% 0.62% -
HSV(B) 84.71º 0.7% 0.95% -
XYZ 49.94 72.74 17.54 -
YUV 201.69 54.81 106.82 -
System Red Green Blue C M Y K H S L
Decimal 172 242 72 0.29 0 0.70 0.05 84.71 0.87 0.62
Hex AC F2 48 1D 0 46 5 55 57 3E
Octal 254 362 110 35 0 106 5 125 127 76
Binary 10101100 11110010 1001000 11101 0 1000110 101 1010101 1010111 111110

Color Harmonies of #ACF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF248

Black with #ACF248

Text Example


Text Example

White with #ACF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF248; }

 p { color: rgb(172,242,72); }

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

background-color css

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

 a { background-color: rgb(172,242,72); }

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

border-color css

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

 span { border-color: rgb(172,242,72); }

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