Html Css Color HEX #A2D07C Feijoa

📋 copy color: '#A2D07C'

red 162 ◦ green 208 ◦ blue 124

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

Shades of Feijoa #A2D07C

Tints of Feijoa #A2D07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.1%

R = 32.79%
G = 42.11%
B = 25.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#A2D07C (or 0xA2D07C) is known color: Feijoa. HEX triplet: A2, D0 and 7C. RGB value is (162,208,124). Sum of RGB (Red+Green+Blue) = 162+208+124=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D07C is #5D2F83. Grayscale: #B8B8B8. Windows color (decimal): -6107012 or 8179874. OLE color: 8179874.

HSL color Cylindrical-coordinate representation of color #A2D07C: hue angle of 92.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D07C is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 124 -
CMYK 0.22 0 0.40 0.18
HSL 92.86º 0.47% 0.65% -
HSV(B) 92.86º 0.4% 0.82% -
XYZ 41.09 54.25 27.37 -
YUV 184.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 162 208 124 0.22 0 0.40 0.18 92.86 0.47 0.65
Hex A2 D0 7C 16 0 28 12 5D 2F 41
Octal 242 320 174 26 0 50 22 135 57 101
Binary 10100010 11010000 1111100 10110 0 101000 10010 1011101 101111 1000001

Color Harmonies of #A2D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D07C

Black with #A2D07C

Text Example


Text Example

White with #A2D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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