Html Css Color HEX #ACF294 Granny Smith Apple

📋 copy color: '#ACF294'

red 172 ◦ green 242 ◦ blue 148

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

Shades of Granny Smith Apple #ACF294

Tints of Granny Smith Apple #ACF294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.33%

R = 30.6%
G = 43.06%
B = 26.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#ACF294 (or 0xACF294) is known color: Granny Smith Apple. HEX triplet: AC, F2 and 94. RGB value is (172,242,148). Sum of RGB (Red+Green+Blue) = 172+242+148=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF294 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF294 is #530D6B. Grayscale: #D2D2D2. Windows color (decimal): -5442924 or 9761452. OLE color: 9761452.

HSL color Cylindrical-coordinate representation of color #ACF294: hue angle of 104.68º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACF294 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 148 -
CMYK 0.29 0 0.39 0.05
HSL 104.68º 0.78% 0.76% -
HSV(B) 104.68º 0.39% 0.95% -
XYZ 54.11 74.41 39.53 -
YUV 210.35 92.81 100.64 -
System Red Green Blue C M Y K H S L
Decimal 172 242 148 0.29 0 0.39 0.05 104.68 0.78 0.76
Hex AC F2 94 1D 0 27 5 69 4E 4C
Octal 254 362 224 35 0 47 5 151 116 114
Binary 10101100 11110010 10010100 11101 0 100111 101 1101001 1001110 1001100

Color Harmonies of #ACF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF294

Black with #ACF294

Text Example


Text Example

White with #ACF294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF294; }

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

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

background-color css

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

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

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

border-color css

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

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

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