Html Css Color HEX #AFF188 Feijoa

📋 copy color: '#AFF188'

red 175 ◦ green 241 ◦ blue 136

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

Shades of Feijoa #AFF188

Tints of Feijoa #AFF188

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.66%

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

R = 31.7%
G = 43.66%
B = 24.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#AFF188 (or 0xAFF188) is known color: Feijoa. HEX triplet: AF, F1 and 88. RGB value is (175,241,136). Sum of RGB (Red+Green+Blue) = 175+241+136=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF188 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF188 is #500E77. Grayscale: #D1D1D1. Windows color (decimal): -5246584 or 8974767. OLE color: 8974767.

HSL color Cylindrical-coordinate representation of color #AFF188: hue angle of 97.71º degrees, saturation: 0.79, 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 #AFF188 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 136 -
CMYK 0.27 0 0.44 0.05
HSL 97.71º 0.79% 0.74% -
HSV(B) 97.71º 0.44% 0.95% -
XYZ 53.58 73.8 34.71 -
YUV 209.3 86.63 103.54 -
System Red Green Blue C M Y K H S L
Decimal 175 241 136 0.27 0 0.44 0.05 97.71 0.79 0.74
Hex AF F1 88 1B 0 2C 5 62 4F 4A
Octal 257 361 210 33 0 54 5 142 117 112
Binary 10101111 11110001 10001000 11011 0 101100 101 1100010 1001111 1001010

Color Harmonies of #AFF188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF188

Black with #AFF188

Text Example


Text Example

White with #AFF188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF188; }

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

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

background-color css

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

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

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

border-color css

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

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

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