Html Css Color HEX #A2DF78 Feijoa

📋 copy color: '#A2DF78'

red 162 ◦ green 223 ◦ blue 120

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

Shades of Feijoa #A2DF78

Tints of Feijoa #A2DF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 32.08%
G = 44.16%
B = 23.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#A2DF78 (or 0xA2DF78) is known color: Feijoa. HEX triplet: A2, DF and 78. RGB value is (162,223,120). Sum of RGB (Red+Green+Blue) = 162+223+120=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF78 is #5D2087. Grayscale: #C1C1C1. Windows color (decimal): -6103176 or 7921570. OLE color: 7921570.

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

Color convert

RGB 162 223 120 -
CMYK 0.27 0 0.46 0.13
HSL 95.53º 0.62% 0.67% -
HSV(B) 95.53º 0.46% 0.87% -
XYZ 44.68 61.81 27.35 -
YUV 193.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 162 223 120 0.27 0 0.46 0.13 95.53 0.62 0.67
Hex A2 DF 78 1B 0 2E D 60 3E 43
Octal 242 337 170 33 0 56 15 140 76 103
Binary 10100010 11011111 1111000 11011 0 101110 1101 1100000 111110 1000011

Color Harmonies of #A2DF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF78

Black with #A2DF78

Text Example


Text Example

White with #A2DF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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