Html Css Color HEX #AFE08B Feijoa

📋 copy color: '#AFE08B'

red 175 ◦ green 224 ◦ blue 139

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

Shades of Feijoa #AFE08B

Tints of Feijoa #AFE08B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.64%

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

R = 32.53%
G = 41.64%
B = 25.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#AFE08B (or 0xAFE08B) is known color: Feijoa. HEX triplet: AF, E0 and 8B. RGB value is (175,224,139). Sum of RGB (Red+Green+Blue) = 175+224+139=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE08B is #501F74. Grayscale: #C7C7C7. Windows color (decimal): -5250933 or 9167023. OLE color: 9167023.

HSL color Cylindrical-coordinate representation of color #AFE08B: hue angle of 94.59º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFE08B is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 139 -
CMYK 0.22 0 0.38 0.12
HSL 94.59º 0.58% 0.71% -
HSV(B) 94.59º 0.38% 0.88% -
XYZ 49 64.29 34.25 -
YUV 199.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 175 224 139 0.22 0 0.38 0.12 94.59 0.58 0.71
Hex AF E0 8B 16 0 26 C 5F 3A 47
Octal 257 340 213 26 0 46 14 137 72 107
Binary 10101111 11100000 10001011 10110 0 100110 1100 1011111 111010 1000111

Color Harmonies of #AFE08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE08B

Black with #AFE08B

Text Example


Text Example

White with #AFE08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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