Html Css Color HEX #AFDC90 Feijoa

📋 copy color: '#AFDC90'

red 175 ◦ green 220 ◦ blue 144

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

Shades of Feijoa #AFDC90

Tints of Feijoa #AFDC90

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

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

R = 32.47%
G = 40.82%
B = 26.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#AFDC90 (or 0xAFDC90) is known color: Feijoa. HEX triplet: AF, DC and 90. RGB value is (175,220,144). Sum of RGB (Red+Green+Blue) = 175+220+144=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC90 is #50236F. Grayscale: #C6C6C6. Windows color (decimal): -5251952 or 9493679. OLE color: 9493679.

HSL color Cylindrical-coordinate representation of color #AFDC90: hue angle of 95.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFDC90 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 144 -
CMYK 0.20 0 0.35 0.14
HSL 95.53º 0.52% 0.71% -
HSV(B) 95.53º 0.35% 0.86% -
XYZ 48.31 62.31 35.87 -
YUV 197.88 97.59 111.68 -
System Red Green Blue C M Y K H S L
Decimal 175 220 144 0.20 0 0.35 0.14 95.53 0.52 0.71
Hex AF DC 90 14 0 23 E 60 34 47
Octal 257 334 220 24 0 43 16 140 64 107
Binary 10101111 11011100 10010000 10100 0 100011 1110 1100000 110100 1000111

Color Harmonies of #AFDC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC90

Black with #AFDC90

Text Example


Text Example

White with #AFDC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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