Html Css Color HEX #AFF288 Feijoa

📋 copy color: '#AFF288'

red 175 ◦ green 242 ◦ blue 136

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

Shades of Feijoa #AFF288

Tints of Feijoa #AFF288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.59%

R = 31.65%
G = 43.76%
B = 24.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#AFF288 (or 0xAFF288) is known color: Feijoa. HEX triplet: AF, F2 and 88. RGB value is (175,242,136). Sum of RGB (Red+Green+Blue) = 175+242+136=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF288 is #500D77. Grayscale: #D2D2D2. Windows color (decimal): -5246328 or 8975023. OLE color: 8975023.

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

Color convert

RGB 175 242 136 -
CMYK 0.28 0 0.44 0.05
HSL 97.92º 0.8% 0.74% -
HSV(B) 97.92º 0.44% 0.95% -
XYZ 53.88 74.4 34.81 -
YUV 209.88 86.3 103.12 -
System Red Green Blue C M Y K H S L
Decimal 175 242 136 0.28 0 0.44 0.05 97.92 0.8 0.74
Hex AF F2 88 1C 0 2C 5 62 50 4A
Octal 257 362 210 34 0 54 5 142 120 112
Binary 10101111 11110010 10001000 11100 0 101100 101 1100010 1010000 1001010

Color Harmonies of #AFF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF288

Black with #AFF288

Text Example


Text Example

White with #AFF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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