Html Css Color HEX #ACF98C Granny Smith Apple

📋 copy color: '#ACF98C'

red 172 ◦ green 249 ◦ blue 140

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

Shades of Granny Smith Apple #ACF98C

Tints of Granny Smith Apple #ACF98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.96%

R = 30.66%
G = 44.39%
B = 24.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#ACF98C (or 0xACF98C) is known color: Granny Smith Apple. HEX triplet: AC, F9 and 8C. RGB value is (172,249,140). Sum of RGB (Red+Green+Blue) = 172+249+140=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF98C is #530673. Grayscale: #D5D5D5. Windows color (decimal): -5441140 or 9238956. OLE color: 9238956.

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

Color convert

RGB 172 249 140 -
CMYK 0.31 0 0.44 0.02
HSL 102.39º 0.9% 0.76% -
HSV(B) 102.39º 0.44% 0.98% -
XYZ 55.62 78.42 37.02 -
YUV 213.55 86.49 98.36 -
System Red Green Blue C M Y K H S L
Decimal 172 249 140 0.31 0 0.44 0.02 102.39 0.9 0.76
Hex AC F9 8C 1F 0 2C 2 66 5A 4C
Octal 254 371 214 37 0 54 2 146 132 114
Binary 10101100 11111001 10001100 11111 0 101100 10 1100110 1011010 1001100

Color Harmonies of #ACF98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF98C

Black with #ACF98C

Text Example


Text Example

White with #ACF98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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