Html Css Color HEX #AFF98D Granny Smith Apple

📋 copy color: '#AFF98D'

red 175 ◦ green 249 ◦ blue 141

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

Shades of Granny Smith Apple #AFF98D

Tints of Granny Smith Apple #AFF98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.96%

R = 30.97%
G = 44.07%
B = 24.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#AFF98D (or 0xAFF98D) is known color: Granny Smith Apple. HEX triplet: AF, F9 and 8D. RGB value is (175,249,141). Sum of RGB (Red+Green+Blue) = 175+249+141=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF98D is #500672. Grayscale: #D6D6D6. Windows color (decimal): -5244531 or 9304495. OLE color: 9304495.

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

Color convert

RGB 175 249 141 -
CMYK 0.30 0 0.43 0.02
HSL 101.11º 0.9% 0.76% -
HSV(B) 101.11º 0.43% 0.98% -
XYZ 56.36 78.79 37.44 -
YUV 214.56 86.48 99.78 -
System Red Green Blue C M Y K H S L
Decimal 175 249 141 0.30 0 0.43 0.02 101.11 0.9 0.76
Hex AF F9 8D 1E 0 2B 2 65 5A 4C
Octal 257 371 215 36 0 53 2 145 132 114
Binary 10101111 11111001 10001101 11110 0 101011 10 1100101 1011010 1001100

Color Harmonies of #AFF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF98D

Black with #AFF98D

Text Example


Text Example

White with #AFF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF98D; }

 p { color: rgb(175,249,141); }

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

background-color css

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

 a { background-color: rgb(175,249,141); }

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

border-color css

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

 span { border-color: rgb(175,249,141); }

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