Html Css Color HEX #AFFC8A Granny Smith Apple

📋 copy color: '#AFFC8A'

red 175 ◦ green 252 ◦ blue 138

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

Shades of Granny Smith Apple #AFFC8A

Tints of Granny Smith Apple #AFFC8A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.6%

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

R = 30.97%
G = 44.6%
B = 24.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#AFFC8A (or 0xAFFC8A) is known color: Granny Smith Apple. HEX triplet: AF, FC and 8A. RGB value is (175,252,138). Sum of RGB (Red+Green+Blue) = 175+252+138=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC8A is #500375. Grayscale: #D8D8D8. Windows color (decimal): -5243766 or 9108655. OLE color: 9108655.

HSL color Cylindrical-coordinate representation of color #AFFC8A: hue angle of 100.53º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFFC8A is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 138 -
CMYK 0.31 0 0.45 0.01
HSL 100.53º 0.95% 0.76% -
HSV(B) 100.53º 0.45% 0.99% -
XYZ 57.08 80.57 36.59 -
YUV 215.98 83.99 98.77 -
System Red Green Blue C M Y K H S L
Decimal 175 252 138 0.31 0 0.45 0.01 100.53 0.95 0.76
Hex AF FC 8A 1F 0 2D 1 65 5F 4C
Octal 257 374 212 37 0 55 1 145 137 114
Binary 10101111 11111100 10001010 11111 0 101101 1 1100101 1011111 1001100

Color Harmonies of #AFFC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC8A

Black with #AFFC8A

Text Example


Text Example

White with #AFFC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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