Html Css Color HEX #A2CC7E Feijoa

📋 copy color: '#A2CC7E'

red 162 ◦ green 204 ◦ blue 126

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

Shades of Feijoa #A2CC7E

Tints of Feijoa #A2CC7E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

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

R = 32.93%
G = 41.46%
B = 25.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#A2CC7E (or 0xA2CC7E) is known color: Feijoa. HEX triplet: A2, CC and 7E. RGB value is (162,204,126). Sum of RGB (Red+Green+Blue) = 162+204+126=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC7E is #5D3381. Grayscale: #B6B6B6. Windows color (decimal): -6108034 or 8309922. OLE color: 8309922.

HSL color Cylindrical-coordinate representation of color #A2CC7E: hue angle of 92.31º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2CC7E is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 204 126 -
CMYK 0.21 0 0.38 0.2
HSL 92.31º 0.43% 0.65% -
HSV(B) 92.31º 0.38% 0.8% -
XYZ 40.26 52.37 27.73 -
YUV 182.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 162 204 126 0.21 0 0.38 0.2 92.31 0.43 0.65
Hex A2 CC 7E 15 0 26 14 5C 2B 41
Octal 242 314 176 25 0 46 24 134 53 101
Binary 10100010 11001100 1111110 10101 0 100110 10100 1011100 101011 1000001

Color Harmonies of #A2CC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC7E

Black with #A2CC7E

Text Example


Text Example

White with #A2CC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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