Html Css Color HEX #A2D769 Feijoa

📋 copy color: '#A2D769'

red 162 ◦ green 215 ◦ blue 105

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

Shades of Feijoa #A2D769

Tints of Feijoa #A2D769

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.61%

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 33.61%
G = 44.61%
B = 21.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#A2D769 (or 0xA2D769) is known color: Feijoa. HEX triplet: A2, D7 and 69. RGB value is (162,215,105). Sum of RGB (Red+Green+Blue) = 162+215+105=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D769 is #5D2896. Grayscale: #BBBBBB. Windows color (decimal): -6105239 or 6936482. OLE color: 6936482.

HSL color Cylindrical-coordinate representation of color #A2D769: hue angle of 88.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2D769 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 105 -
CMYK 0.25 0 0.51 0.16
HSL 88.91º 0.58% 0.63% -
HSV(B) 88.91º 0.51% 0.84% -
XYZ 41.75 57.3 22.22 -
YUV 186.61 81.94 110.44 -
System Red Green Blue C M Y K H S L
Decimal 162 215 105 0.25 0 0.51 0.16 88.91 0.58 0.63
Hex A2 D7 69 19 0 33 10 59 3A 3F
Octal 242 327 151 31 0 63 20 131 72 77
Binary 10100010 11010111 1101001 11001 0 110011 10000 1011001 111010 111111

Color Harmonies of #A2D769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D769

Black with #A2D769

Text Example


Text Example

White with #A2D769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D769; }

 p { color: rgb(162,215,105); }

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

background-color css

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

 a { background-color: rgb(162,215,105); }

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

border-color css

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

 span { border-color: rgb(162,215,105); }

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