Html Css Color HEX #ACF98E Granny Smith Apple

📋 copy color: '#ACF98E'

red 172 ◦ green 249 ◦ blue 142

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

Shades of Granny Smith Apple #ACF98E

Tints of Granny Smith Apple #ACF98E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.23%

 BLUE value IS 142 (55.86% from 255) = 25.22%

R = 30.55%
G = 44.23%
B = 25.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#ACF98E (or 0xACF98E) is known color: Granny Smith Apple. HEX triplet: AC, F9 and 8E. RGB value is (172,249,142). Sum of RGB (Red+Green+Blue) = 172+249+142=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF98E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF98E is #530671. Grayscale: #D6D6D6. Windows color (decimal): -5441138 or 9370028. OLE color: 9370028.

HSL color Cylindrical-coordinate representation of color #ACF98E: hue angle of 103.18º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACF98E is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 142 -
CMYK 0.31 0 0.43 0.02
HSL 103.18º 0.9% 0.77% -
HSV(B) 103.18º 0.43% 0.98% -
XYZ 55.77 78.48 37.8 -
YUV 213.78 87.49 98.2 -
System Red Green Blue C M Y K H S L
Decimal 172 249 142 0.31 0 0.43 0.02 103.18 0.9 0.77
Hex AC F9 8E 1F 0 2B 2 67 5A 4D
Octal 254 371 216 37 0 53 2 147 132 115
Binary 10101100 11111001 10001110 11111 0 101011 10 1100111 1011010 1001101

Color Harmonies of #ACF98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF98E

Black with #ACF98E

Text Example


Text Example

White with #ACF98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF98E; }

 p { color: rgb(172,249,142); }

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

background-color css

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

 a { background-color: rgb(172,249,142); }

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

border-color css

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

 span { border-color: rgb(172,249,142); }

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