Html Css Color HEX #AFF08F Feijoa

📋 copy color: '#AFF08F'

red 175 ◦ green 240 ◦ blue 143

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

Shades of Feijoa #AFF08F

Tints of Feijoa #AFF08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.63%

R = 31.36%
G = 43.01%
B = 25.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#AFF08F (or 0xAFF08F) is known color: Feijoa. HEX triplet: AF, F0 and 8F. RGB value is (175,240,143). Sum of RGB (Red+Green+Blue) = 175+240+143=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF08F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF08F is #500F70. Grayscale: #D1D1D1. Windows color (decimal): -5246833 or 9433263. OLE color: 9433263.

HSL color Cylindrical-coordinate representation of color #AFF08F: hue angle of 100.21º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFF08F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 143 -
CMYK 0.27 0 0.40 0.06
HSL 100.21º 0.76% 0.75% -
HSV(B) 100.21º 0.4% 0.94% -
XYZ 53.8 73.42 37.32 -
YUV 209.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 175 240 143 0.27 0 0.40 0.06 100.21 0.76 0.75
Hex AF F0 8F 1B 0 28 6 64 4C 4B
Octal 257 360 217 33 0 50 6 144 114 113
Binary 10101111 11110000 10001111 11011 0 101000 110 1100100 1001100 1001011

Color Harmonies of #AFF08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF08F

Black with #AFF08F

Text Example


Text Example

White with #AFF08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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