Html Css Color HEX #AFEA90 Feijoa

📋 copy color: '#AFEA90'

red 175 ◦ green 234 ◦ blue 144

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

Shades of Feijoa #AFEA90

Tints of Feijoa #AFEA90

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.31%

 BLUE value IS 144 (56.64% from 255) = 26.04%

R = 31.65%
G = 42.31%
B = 26.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#AFEA90 (or 0xAFEA90) is known color: Feijoa. HEX triplet: AF, EA and 90. RGB value is (175,234,144). Sum of RGB (Red+Green+Blue) = 175+234+144=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEA90 is #50156F. Grayscale: #CECECE. Windows color (decimal): -5248368 or 9497263. OLE color: 9497263.

HSL color Cylindrical-coordinate representation of color #AFEA90: hue angle of 99.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFEA90 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 144 -
CMYK 0.25 0 0.38 0.08
HSL 99.33º 0.68% 0.74% -
HSV(B) 99.33º 0.38% 0.92% -
XYZ 52.14 69.97 37.14 -
YUV 206.1 92.95 105.82 -
System Red Green Blue C M Y K H S L
Decimal 175 234 144 0.25 0 0.38 0.08 99.33 0.68 0.74
Hex AF EA 90 19 0 26 8 63 44 4A
Octal 257 352 220 31 0 46 10 143 104 112
Binary 10101111 11101010 10010000 11001 0 100110 1000 1100011 1000100 1001010

Color Harmonies of #AFEA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA90

Black with #AFEA90

Text Example


Text Example

White with #AFEA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA90; }

 p { color: rgb(175,234,144); }

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

background-color css

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

 a { background-color: rgb(175,234,144); }

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

border-color css

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

 span { border-color: rgb(175,234,144); }

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