Html Css Color HEX #AFFA8A Granny Smith Apple

📋 copy color: '#AFFA8A'

red 175 ◦ green 250 ◦ blue 138

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

Shades of Granny Smith Apple #AFFA8A

Tints of Granny Smith Apple #AFFA8A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.4%

 BLUE value IS 138 (54.3% from 255) = 24.51%

R = 31.08%
G = 44.4%
B = 24.51%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#AFFA8A (or 0xAFFA8A) is known color: Granny Smith Apple. HEX triplet: AF, FA and 8A. RGB value is (175,250,138). Sum of RGB (Red+Green+Blue) = 175+250+138=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA8A is #500575. Grayscale: #D7D7D7. Windows color (decimal): -5244278 or 9108143. OLE color: 9108143.

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

Color convert

RGB 175 250 138 -
CMYK 0.3 0 0.45 0.02
HSL 100.18º 0.92% 0.76% -
HSV(B) 100.18º 0.45% 0.98% -
XYZ 56.45 79.32 36.38 -
YUV 214.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 175 250 138 0.3 0 0.45 0.02 100.18 0.92 0.76
Hex AF FA 8A 1E 0 2D 2 64 5C 4C
Octal 257 372 212 36 0 55 2 144 134 114
Binary 10101111 11111010 10001010 11110 0 101101 10 1100100 1011100 1001100

Color Harmonies of #AFFA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFA8A

Black with #AFFA8A

Text Example


Text Example

White with #AFFA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFA8A; }

 p { color: rgb(175,250,138); }

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

background-color css

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

 a { background-color: rgb(175,250,138); }

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

border-color css

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

 span { border-color: rgb(175,250,138); }

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