Html Css Color HEX #AFFC8B Granny Smith Apple

📋 copy color: '#AFFC8B'

red 175 ◦ green 252 ◦ blue 139

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

Shades of Granny Smith Apple #AFFC8B

Tints of Granny Smith Apple #AFFC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.56%

R = 30.92%
G = 44.52%
B = 24.56%

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

#AFFC8B (or 0xAFFC8B) is known color: Granny Smith Apple. HEX triplet: AF, FC and 8B. RGB value is (175,252,139). Sum of RGB (Red+Green+Blue) = 175+252+139=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC8B is #500374. Grayscale: #D8D8D8. Windows color (decimal): -5243765 or 9174191. OLE color: 9174191.

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

Color convert

RGB 175 252 139 -
CMYK 0.31 0 0.45 0.01
HSL 100.89º 0.95% 0.77% -
HSV(B) 100.89º 0.45% 0.99% -
XYZ 57.15 80.6 36.97 -
YUV 216.1 84.49 98.69 -
System Red Green Blue C M Y K H S L
Decimal 175 252 139 0.31 0 0.45 0.01 100.89 0.95 0.77
Hex AF FC 8B 1F 0 2D 1 65 5F 4D
Octal 257 374 213 37 0 55 1 145 137 115
Binary 10101111 11111100 10001011 11111 0 101101 1 1100101 1011111 1001101

Color Harmonies of #AFFC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC8B

Black with #AFFC8B

Text Example


Text Example

White with #AFFC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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