Html Css Color HEX #A2DF7B Feijoa

📋 copy color: '#A2DF7B'

red 162 ◦ green 223 ◦ blue 123

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

Shades of Feijoa #A2DF7B

Tints of Feijoa #A2DF7B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

 BLUE value IS 123 (48.44% from 255) = 24.21%

R = 31.89%
G = 43.9%
B = 24.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#A2DF7B (or 0xA2DF7B) is known color: Feijoa. HEX triplet: A2, DF and 7B. RGB value is (162,223,123). Sum of RGB (Red+Green+Blue) = 162+223+123=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF7B is #5D2084. Grayscale: #C1C1C1. Windows color (decimal): -6103173 or 8118178. OLE color: 8118178.

HSL color Cylindrical-coordinate representation of color #A2DF7B: hue angle of 96.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2DF7B is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 223 123 -
CMYK 0.27 0 0.45 0.13
HSL 96.6º 0.61% 0.68% -
HSV(B) 96.6º 0.45% 0.87% -
XYZ 44.86 61.89 28.32 -
YUV 193.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 162 223 123 0.27 0 0.45 0.13 96.6 0.61 0.68
Hex A2 DF 7B 1B 0 2D D 61 3D 44
Octal 242 337 173 33 0 55 15 141 75 104
Binary 10100010 11011111 1111011 11011 0 101101 1101 1100001 111101 1000100

Color Harmonies of #A2DF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF7B

Black with #A2DF7B

Text Example


Text Example

White with #A2DF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF7B; }

 p { color: rgb(162,223,123); }

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

background-color css

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

 a { background-color: rgb(162,223,123); }

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

border-color css

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

 span { border-color: rgb(162,223,123); }

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