Html Css Color HEX #A2DB7E Feijoa

📋 copy color: '#A2DB7E'

red 162 ◦ green 219 ◦ blue 126

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

Shades of Feijoa #A2DB7E

Tints of Feijoa #A2DB7E

RGB

 RED value IS 162 (63.67% from 255) = 31.95%

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

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

R = 31.95%
G = 43.2%
B = 24.85%

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

#A2DB7E (or 0xA2DB7E) is known color: Feijoa. HEX triplet: A2, DB and 7E. RGB value is (162,219,126). Sum of RGB (Red+Green+Blue) = 162+219+126=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB7E is #5D2481. Grayscale: #BFBFBF. Windows color (decimal): -6104194 or 8313762. OLE color: 8313762.

HSL color Cylindrical-coordinate representation of color #A2DB7E: hue angle of 96.77º 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 #A2DB7E is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 126 -
CMYK 0.26 0 0.42 0.14
HSL 96.77º 0.56% 0.68% -
HSV(B) 96.77º 0.42% 0.86% -
XYZ 44 59.85 28.97 -
YUV 191.36 91.12 107.06 -
System Red Green Blue C M Y K H S L
Decimal 162 219 126 0.26 0 0.42 0.14 96.77 0.56 0.68
Hex A2 DB 7E 1A 0 2A E 61 38 44
Octal 242 333 176 32 0 52 16 141 70 104
Binary 10100010 11011011 1111110 11010 0 101010 1110 1100001 111000 1000100

Color Harmonies of #A2DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB7E

Black with #A2DB7E

Text Example


Text Example

White with #A2DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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