Html Css Color HEX #AFF988 Feijoa

📋 copy color: '#AFF988'

red 175 ◦ green 249 ◦ blue 136

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

Shades of Feijoa #AFF988

Tints of Feijoa #AFF988

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.46%

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

R = 31.25%
G = 44.46%
B = 24.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#AFF988 (or 0xAFF988) is known color: Feijoa. HEX triplet: AF, F9 and 88. RGB value is (175,249,136). Sum of RGB (Red+Green+Blue) = 175+249+136=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF988 is #500677. Grayscale: #D6D6D6. Windows color (decimal): -5244536 or 8976815. OLE color: 8976815.

HSL color Cylindrical-coordinate representation of color #AFF988: hue angle of 99.29º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFF988 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 136 -
CMYK 0.30 0 0.45 0.02
HSL 99.29º 0.9% 0.75% -
HSV(B) 99.29º 0.45% 0.98% -
XYZ 56 78.64 35.52 -
YUV 213.99 83.98 100.19 -
System Red Green Blue C M Y K H S L
Decimal 175 249 136 0.30 0 0.45 0.02 99.29 0.9 0.75
Hex AF F9 88 1E 0 2D 2 63 5A 4B
Octal 257 371 210 36 0 55 2 143 132 113
Binary 10101111 11111001 10001000 11110 0 101101 10 1100011 1011010 1001011

Color Harmonies of #AFF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF988

Black with #AFF988

Text Example


Text Example

White with #AFF988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF988; }

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

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

background-color css

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

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

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

border-color css

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

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

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