Html Css Color HEX #A1DB7E Feijoa

📋 copy color: '#A1DB7E'

red 161 ◦ green 219 ◦ blue 126

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

Shades of Feijoa #A1DB7E

Tints of Feijoa #A1DB7E

RGB

 RED value IS 161 (63.28% from 255) = 31.82%

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

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 31.82%
G = 43.28%
B = 24.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#A1DB7E (or 0xA1DB7E) is known color: Feijoa. HEX triplet: A1, DB and 7E. RGB value is (161,219,126). Sum of RGB (Red+Green+Blue) = 161+219+126=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB7E is #5E2481. Grayscale: #BFBFBF. Windows color (decimal): -6169730 or 8313761. OLE color: 8313761.

HSL color Cylindrical-coordinate representation of color #A1DB7E: hue angle of 97.42º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1DB7E is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 126 -
CMYK 0.26 0 0.42 0.14
HSL 97.42º 0.56% 0.68% -
HSV(B) 97.42º 0.42% 0.86% -
XYZ 43.8 59.75 28.96 -
YUV 191.06 91.28 106.56 -
System Red Green Blue C M Y K H S L
Decimal 161 219 126 0.26 0 0.42 0.14 97.42 0.56 0.68
Hex A1 DB 7E 1A 0 2A E 61 38 44
Octal 241 333 176 32 0 52 16 141 70 104
Binary 10100001 11011011 1111110 11010 0 101010 1110 1100001 111000 1000100

Color Harmonies of #A1DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB7E

Black with #A1DB7E

Text Example


Text Example

White with #A1DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB7E; }

 p { color: rgb(161,219,126); }

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

background-color css

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

 a { background-color: rgb(161,219,126); }

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

border-color css

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

 span { border-color: rgb(161,219,126); }

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