Html Css Color HEX #AFE093 Feijoa

📋 copy color: '#AFE093'

red 175 ◦ green 224 ◦ blue 147

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

Shades of Feijoa #AFE093

Tints of Feijoa #AFE093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.92%

R = 32.05%
G = 41.03%
B = 26.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#AFE093 (or 0xAFE093) is known color: Feijoa. HEX triplet: AF, E0 and 93. RGB value is (175,224,147). Sum of RGB (Red+Green+Blue) = 175+224+147=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE093 is #501F6C. Grayscale: #C8C8C8. Windows color (decimal): -5250925 or 9691311. OLE color: 9691311.

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

Color convert

RGB 175 224 147 -
CMYK 0.22 0 0.34 0.12
HSL 98.18º 0.55% 0.73% -
HSV(B) 98.18º 0.34% 0.88% -
XYZ 49.6 64.53 37.45 -
YUV 200.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 175 224 147 0.22 0 0.34 0.12 98.18 0.55 0.73
Hex AF E0 93 16 0 22 C 62 37 49
Octal 257 340 223 26 0 42 14 142 67 111
Binary 10101111 11100000 10010011 10110 0 100010 1100 1100010 110111 1001001

Color Harmonies of #AFE093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE093

Black with #AFE093

Text Example


Text Example

White with #AFE093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE093; }

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

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

background-color css

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

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

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

border-color css

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

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

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