Html Css Color HEX #AFFB8C Granny Smith Apple

📋 copy color: '#AFFB8C'

red 175 ◦ green 251 ◦ blue 140

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

Shades of Granny Smith Apple #AFFB8C

Tints of Granny Smith Apple #AFFB8C

RGB

 RED value IS 175 (68.75% from 255) = 30.92%

 GREEN value IS 251 (98.44% from 255) = 44.35%

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

R = 30.92%
G = 44.35%
B = 24.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#AFFB8C (or 0xAFFB8C) is known color: Granny Smith Apple. HEX triplet: AF, FB and 8C. RGB value is (175,251,140). Sum of RGB (Red+Green+Blue) = 175+251+140=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFB8C is #500473. Grayscale: #D7D7D7. Windows color (decimal): -5244020 or 9239471. OLE color: 9239471.

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

Color convert

RGB 175 251 140 -
CMYK 0.30 0 0.44 0.02
HSL 101.08º 0.93% 0.77% -
HSV(B) 101.08º 0.44% 0.98% -
XYZ 56.91 80 37.25 -
YUV 215.62 85.32 99.03 -
System Red Green Blue C M Y K H S L
Decimal 175 251 140 0.30 0 0.44 0.02 101.08 0.93 0.77
Hex AF FB 8C 1E 0 2C 2 65 5D 4D
Octal 257 373 214 36 0 54 2 145 135 115
Binary 10101111 11111011 10001100 11110 0 101100 10 1100101 1011101 1001101

Color Harmonies of #AFFB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFB8C

Black with #AFFB8C

Text Example


Text Example

White with #AFFB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFB8C; }

 p { color: rgb(175,251,140); }

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

background-color css

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

 a { background-color: rgb(175,251,140); }

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

border-color css

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

 span { border-color: rgb(175,251,140); }

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