Html Css Color HEX #AFDB8B Feijoa

📋 copy color: '#AFDB8B'

red 175 ◦ green 219 ◦ blue 139

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

Shades of Feijoa #AFDB8B

Tints of Feijoa #AFDB8B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

 BLUE value IS 139 (54.69% from 255) = 26.08%

R = 32.83%
G = 41.09%
B = 26.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#AFDB8B (or 0xAFDB8B) is known color: Feijoa. HEX triplet: AF, DB and 8B. RGB value is (175,219,139). Sum of RGB (Red+Green+Blue) = 175+219+139=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB8B is #502474. Grayscale: #C4C4C4. Windows color (decimal): -5252213 or 9165743. OLE color: 9165743.

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

Color convert

RGB 175 219 139 -
CMYK 0.20 0 0.37 0.14
HSL 93º 0.53% 0.7% -
HSV(B) 93º 0.37% 0.86% -
XYZ 47.67 61.64 33.81 -
YUV 196.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 175 219 139 0.20 0 0.37 0.14 93 0.53 0.7
Hex AF DB 8B 14 0 25 E 5D 35 46
Octal 257 333 213 24 0 45 16 135 65 106
Binary 10101111 11011011 10001011 10100 0 100101 1110 1011101 110101 1000110

Color Harmonies of #AFDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB8B

Black with #AFDB8B

Text Example


Text Example

White with #AFDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB8B; }

 p { color: rgb(175,219,139); }

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

background-color css

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

 a { background-color: rgb(175,219,139); }

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

border-color css

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

 span { border-color: rgb(175,219,139); }

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