Html Css Color HEX #A2DF6B Feijoa

📋 copy color: '#A2DF6B'

red 162 ◦ green 223 ◦ blue 107

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

Shades of Feijoa #A2DF6B

Tints of Feijoa #A2DF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 32.93%
G = 45.33%
B = 21.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#A2DF6B (or 0xA2DF6B) is known color: Feijoa. HEX triplet: A2, DF and 6B. RGB value is (162,223,107). Sum of RGB (Red+Green+Blue) = 162+223+107=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF6B is #5D2094. Grayscale: #BFBFBF. Windows color (decimal): -6103189 or 7069602. OLE color: 7069602.

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

Color convert

RGB 162 223 107 -
CMYK 0.27 0 0.52 0.13
HSL 91.55º 0.64% 0.65% -
HSV(B) 91.55º 0.52% 0.87% -
XYZ 43.94 61.52 23.47 -
YUV 191.54 80.29 106.93 -
System Red Green Blue C M Y K H S L
Decimal 162 223 107 0.27 0 0.52 0.13 91.55 0.64 0.65
Hex A2 DF 6B 1B 0 34 D 5C 40 41
Octal 242 337 153 33 0 64 15 134 100 101
Binary 10100010 11011111 1101011 11011 0 110100 1101 1011100 1000000 1000001

Color Harmonies of #A2DF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF6B

Black with #A2DF6B

Text Example


Text Example

White with #A2DF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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