Html Css Color HEX #AFDE90 Feijoa

📋 copy color: '#AFDE90'

red 175 ◦ green 222 ◦ blue 144

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

Shades of Feijoa #AFDE90

Tints of Feijoa #AFDE90

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.04%

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

R = 32.35%
G = 41.04%
B = 26.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#AFDE90 (or 0xAFDE90) is known color: Feijoa. HEX triplet: AF, DE and 90. RGB value is (175,222,144). Sum of RGB (Red+Green+Blue) = 175+222+144=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDE90 is #50216F. Grayscale: #C7C7C7. Windows color (decimal): -5251440 or 9494191. OLE color: 9494191.

HSL color Cylindrical-coordinate representation of color #AFDE90: hue angle of 96.15º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFDE90 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 144 -
CMYK 0.21 0 0.35 0.13
HSL 96.15º 0.54% 0.72% -
HSV(B) 96.15º 0.35% 0.87% -
XYZ 48.83 63.37 36.04 -
YUV 199.06 96.93 110.84 -
System Red Green Blue C M Y K H S L
Decimal 175 222 144 0.21 0 0.35 0.13 96.15 0.54 0.72
Hex AF DE 90 15 0 23 D 60 36 48
Octal 257 336 220 25 0 43 15 140 66 110
Binary 10101111 11011110 10010000 10101 0 100011 1101 1100000 110110 1001000

Color Harmonies of #AFDE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE90

Black with #AFDE90

Text Example


Text Example

White with #AFDE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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