Html Css Color HEX #A2DC75 Feijoa

📋 copy color: '#A2DC75'

red 162 ◦ green 220 ◦ blue 117

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

Shades of Feijoa #A2DC75

Tints of Feijoa #A2DC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 117 (46.09% from 255) = 23.45%

R = 32.46%
G = 44.09%
B = 23.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#A2DC75 (or 0xA2DC75) is known color: Feijoa. HEX triplet: A2, DC and 75. RGB value is (162,220,117). Sum of RGB (Red+Green+Blue) = 162+220+117=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC75 is #5D238A. Grayscale: #BFBFBF. Windows color (decimal): -6103947 or 7724194. OLE color: 7724194.

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

Color convert

RGB 162 220 117 -
CMYK 0.26 0 0.47 0.14
HSL 93.79º 0.6% 0.66% -
HSV(B) 93.79º 0.47% 0.86% -
XYZ 43.7 60.15 26.14 -
YUV 190.92 86.28 107.38 -
System Red Green Blue C M Y K H S L
Decimal 162 220 117 0.26 0 0.47 0.14 93.79 0.6 0.66
Hex A2 DC 75 1A 0 2F E 5E 3C 42
Octal 242 334 165 32 0 57 16 136 74 102
Binary 10100010 11011100 1110101 11010 0 101111 1110 1011110 111100 1000010

Color Harmonies of #A2DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DC75

Black with #A2DC75

Text Example


Text Example

White with #A2DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DC75; }

 p { color: rgb(162,220,117); }

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

background-color css

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

 a { background-color: rgb(162,220,117); }

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

border-color css

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

 span { border-color: rgb(162,220,117); }

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