Html Css Color HEX #AFF28F Granny Smith Apple

📋 copy color: '#AFF28F'

red 175 ◦ green 242 ◦ blue 143

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

Shades of Granny Smith Apple #AFF28F

Tints of Granny Smith Apple #AFF28F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

 BLUE value IS 143 (56.25% from 255) = 25.54%

R = 31.25%
G = 43.21%
B = 25.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#AFF28F (or 0xAFF28F) is known color: Granny Smith Apple. HEX triplet: AF, F2 and 8F. RGB value is (175,242,143). Sum of RGB (Red+Green+Blue) = 175+242+143=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF28F is #500D70. Grayscale: #D3D3D3. Windows color (decimal): -5246321 or 9433775. OLE color: 9433775.

HSL color Cylindrical-coordinate representation of color #AFF28F: hue angle of 100.61º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFF28F is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 143 -
CMYK 0.28 0 0.41 0.05
HSL 100.61º 0.79% 0.75% -
HSV(B) 100.61º 0.41% 0.95% -
XYZ 54.39 74.6 37.52 -
YUV 210.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 175 242 143 0.28 0 0.41 0.05 100.61 0.79 0.75
Hex AF F2 8F 1C 0 29 5 65 4F 4B
Octal 257 362 217 34 0 51 5 145 117 113
Binary 10101111 11110010 10001111 11100 0 101001 101 1100101 1001111 1001011

Color Harmonies of #AFF28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF28F

Black with #AFF28F

Text Example


Text Example

White with #AFF28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF28F; }

 p { color: rgb(175,242,143); }

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

background-color css

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

 a { background-color: rgb(175,242,143); }

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

border-color css

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

 span { border-color: rgb(175,242,143); }

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