Html Css Color HEX #AFF08B Feijoa

📋 copy color: '#AFF08B'

red 175 ◦ green 240 ◦ blue 139

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

Shades of Feijoa #AFF08B

Tints of Feijoa #AFF08B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.32%

 BLUE value IS 139 (54.69% from 255) = 25.09%

R = 31.59%
G = 43.32%
B = 25.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#AFF08B (or 0xAFF08B) is known color: Feijoa. HEX triplet: AF, F0 and 8B. RGB value is (175,240,139). Sum of RGB (Red+Green+Blue) = 175+240+139=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF08B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF08B is #500F74. Grayscale: #D1D1D1. Windows color (decimal): -5246837 or 9171119. OLE color: 9171119.

HSL color Cylindrical-coordinate representation of color #AFF08B: hue angle of 98.61º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFF08B is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 139 -
CMYK 0.27 0 0.42 0.06
HSL 98.61º 0.77% 0.74% -
HSV(B) 98.61º 0.42% 0.94% -
XYZ 53.5 73.3 35.75 -
YUV 209.05 88.47 103.71 -
System Red Green Blue C M Y K H S L
Decimal 175 240 139 0.27 0 0.42 0.06 98.61 0.77 0.74
Hex AF F0 8B 1B 0 2A 6 63 4D 4A
Octal 257 360 213 33 0 52 6 143 115 112
Binary 10101111 11110000 10001011 11011 0 101010 110 1100011 1001101 1001010

Color Harmonies of #AFF08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF08B

Black with #AFF08B

Text Example


Text Example

White with #AFF08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF08B; }

 p { color: rgb(175,240,139); }

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

background-color css

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

 a { background-color: rgb(175,240,139); }

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

border-color css

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

 span { border-color: rgb(175,240,139); }

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