Html Css Color HEX #ABD694 Feijoa

📋 copy color: '#ABD694'

red 171 ◦ green 214 ◦ blue 148

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

Shades of Feijoa #ABD694

Tints of Feijoa #ABD694

RGB

 RED value IS 171 (67.19% from 255) = 32.08%

 GREEN value IS 214 (83.98% from 255) = 40.15%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 32.08%
G = 40.15%
B = 27.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#ABD694 (or 0xABD694) is known color: Feijoa. HEX triplet: AB, D6 and 94. RGB value is (171,214,148). Sum of RGB (Red+Green+Blue) = 171+214+148=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD694 is #54296B. Grayscale: #C1C1C1. Windows color (decimal): -5515628 or 9754283. OLE color: 9754283.

HSL color Cylindrical-coordinate representation of color #ABD694: hue angle of 99.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABD694 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 214 148 -
CMYK 0.20 0 0.31 0.16
HSL 99.09º 0.45% 0.71% -
HSV(B) 99.09º 0.31% 0.84% -
XYZ 46.19 58.89 36.95 -
YUV 193.62 102.25 111.87 -
System Red Green Blue C M Y K H S L
Decimal 171 214 148 0.20 0 0.31 0.16 99.09 0.45 0.71
Hex AB D6 94 14 0 1F 10 63 2D 47
Octal 253 326 224 24 0 37 20 143 55 107
Binary 10101011 11010110 10010100 10100 0 11111 10000 1100011 101101 1000111

Color Harmonies of #ABD694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD694

Black with #ABD694

Text Example


Text Example

White with #ABD694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD694; }

 p { color: rgb(171,214,148); }

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

background-color css

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

 a { background-color: rgb(171,214,148); }

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

border-color css

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

 span { border-color: rgb(171,214,148); }

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