Html Css Color HEX #AFF68E Granny Smith Apple

📋 copy color: '#AFF68E'

red 175 ◦ green 246 ◦ blue 142

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

Shades of Granny Smith Apple #AFF68E

Tints of Granny Smith Apple #AFF68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.69%

 BLUE value IS 142 (55.86% from 255) = 25.22%

R = 31.08%
G = 43.69%
B = 25.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#AFF68E (or 0xAFF68E) is known color: Granny Smith Apple. HEX triplet: AF, F6 and 8E. RGB value is (175,246,142). Sum of RGB (Red+Green+Blue) = 175+246+142=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF68E is #500971. Grayscale: #D5D5D5. Windows color (decimal): -5245298 or 9369263. OLE color: 9369263.

HSL color Cylindrical-coordinate representation of color #AFF68E: hue angle of 100.96º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFF68E is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 142 -
CMYK 0.29 0 0.42 0.04
HSL 100.96º 0.85% 0.76% -
HSV(B) 100.96º 0.42% 0.96% -
XYZ 55.52 76.98 37.52 -
YUV 212.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 175 246 142 0.29 0 0.42 0.04 100.96 0.85 0.76
Hex AF F6 8E 1D 0 2A 4 65 55 4C
Octal 257 366 216 35 0 52 4 145 125 114
Binary 10101111 11110110 10001110 11101 0 101010 100 1100101 1010101 1001100

Color Harmonies of #AFF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF68E

Black with #AFF68E

Text Example


Text Example

White with #AFF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF68E; }

 p { color: rgb(175,246,142); }

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

background-color css

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

 a { background-color: rgb(175,246,142); }

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

border-color css

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

 span { border-color: rgb(175,246,142); }

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