Html Css Color HEX #A2D073 Feijoa

📋 copy color: '#A2D073'

red 162 ◦ green 208 ◦ blue 115

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

Shades of Feijoa #A2D073

Tints of Feijoa #A2D073

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.89%

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 33.4%
G = 42.89%
B = 23.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#A2D073 (or 0xA2D073) is known color: Feijoa. HEX triplet: A2, D0 and 73. RGB value is (162,208,115). Sum of RGB (Red+Green+Blue) = 162+208+115=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D073 is #5D2F8C. Grayscale: #B7B7B7. Windows color (decimal): -6107021 or 7590050. OLE color: 7590050.

HSL color Cylindrical-coordinate representation of color #A2D073: hue angle of 89.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2D073 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 115 -
CMYK 0.22 0 0.45 0.18
HSL 89.68º 0.5% 0.63% -
HSV(B) 89.68º 0.45% 0.82% -
XYZ 40.55 54.03 24.51 -
YUV 183.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 162 208 115 0.22 0 0.45 0.18 89.68 0.5 0.63
Hex A2 D0 73 16 0 2D 12 5A 32 3F
Octal 242 320 163 26 0 55 22 132 62 77
Binary 10100010 11010000 1110011 10110 0 101101 10010 1011010 110010 111111

Color Harmonies of #A2D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D073

Black with #A2D073

Text Example


Text Example

White with #A2D073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D073; }

 p { color: rgb(162,208,115); }

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

background-color css

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

 a { background-color: rgb(162,208,115); }

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

border-color css

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

 span { border-color: rgb(162,208,115); }

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