Html Css Color HEX #AFDC8E Feijoa

📋 copy color: '#AFDC8E'

red 175 ◦ green 220 ◦ blue 142

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

Shades of Feijoa #AFDC8E

Tints of Feijoa #AFDC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.44%

R = 32.59%
G = 40.97%
B = 26.44%

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

#AFDC8E (or 0xAFDC8E) is known color: Feijoa. HEX triplet: AF, DC and 8E. RGB value is (175,220,142). Sum of RGB (Red+Green+Blue) = 175+220+142=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC8E is #502371. Grayscale: #C5C5C5. Windows color (decimal): -5251954 or 9362607. OLE color: 9362607.

HSL color Cylindrical-coordinate representation of color #AFDC8E: hue angle of 94.62º degrees, saturation: 0.53, 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 #AFDC8E is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 142 -
CMYK 0.20 0 0.35 0.14
HSL 94.62º 0.53% 0.71% -
HSV(B) 94.62º 0.35% 0.86% -
XYZ 48.15 62.25 35.07 -
YUV 197.65 96.59 111.84 -
System Red Green Blue C M Y K H S L
Decimal 175 220 142 0.20 0 0.35 0.14 94.62 0.53 0.71
Hex AF DC 8E 14 0 23 E 5F 35 47
Octal 257 334 216 24 0 43 16 137 65 107
Binary 10101111 11011100 10001110 10100 0 100011 1110 1011111 110101 1000111

Color Harmonies of #AFDC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC8E

Black with #AFDC8E

Text Example


Text Example

White with #AFDC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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