Html Css Color HEX #A2DF74 Feijoa

📋 copy color: '#A2DF74'

red 162 ◦ green 223 ◦ blue 116

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

Shades of Feijoa #A2DF74

Tints of Feijoa #A2DF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 32.34%
G = 44.51%
B = 23.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#A2DF74 (or 0xA2DF74) is known color: Feijoa. HEX triplet: A2, DF and 74. RGB value is (162,223,116). Sum of RGB (Red+Green+Blue) = 162+223+116=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF74 is #5D208B. Grayscale: #C0C0C0. Windows color (decimal): -6103180 or 7659426. OLE color: 7659426.

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

Color convert

RGB 162 223 116 -
CMYK 0.27 0 0.48 0.13
HSL 94.21º 0.63% 0.66% -
HSV(B) 94.21º 0.48% 0.87% -
XYZ 44.44 61.72 26.09 -
YUV 192.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 162 223 116 0.27 0 0.48 0.13 94.21 0.63 0.66
Hex A2 DF 74 1B 0 30 D 5E 3F 42
Octal 242 337 164 33 0 60 15 136 77 102
Binary 10100010 11011111 1110100 11011 0 110000 1101 1011110 111111 1000010

Color Harmonies of #A2DF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF74

Black with #A2DF74

Text Example


Text Example

White with #A2DF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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