Html Css Color HEX #A1D073 Feijoa

📋 copy color: '#A1D073'

red 161 ◦ green 208 ◦ blue 115

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

Shades of Feijoa #A1D073

Tints of Feijoa #A1D073

RGB

 RED value IS 161 (63.28% from 255) = 33.26%

 GREEN value IS 208 (81.64% from 255) = 42.98%

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 33.26%
G = 42.98%
B = 23.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#A1D073 (or 0xA1D073) is known color: Feijoa. HEX triplet: A1, D0 and 73. RGB value is (161,208,115). Sum of RGB (Red+Green+Blue) = 161+208+115=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D073 is #5E2F8C. Grayscale: #B7B7B7. Windows color (decimal): -6172557 or 7590049. OLE color: 7590049.

HSL color Cylindrical-coordinate representation of color #A1D073: hue angle of 90.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1D073 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 208 115 -
CMYK 0.23 0 0.45 0.18
HSL 90.32º 0.5% 0.63% -
HSV(B) 90.32º 0.45% 0.82% -
XYZ 40.35 53.93 24.5 -
YUV 183.35 89.43 112.06 -
System Red Green Blue C M Y K H S L
Decimal 161 208 115 0.23 0 0.45 0.18 90.32 0.5 0.63
Hex A1 D0 73 17 0 2D 12 5A 32 3F
Octal 241 320 163 27 0 55 22 132 62 77
Binary 10100001 11010000 1110011 10111 0 101101 10010 1011010 110010 111111

Color Harmonies of #A1D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D073

Black with #A1D073

Text Example


Text Example

White with #A1D073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D073; }

 p { color: rgb(161,208,115); }

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

background-color css

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

 a { background-color: rgb(161,208,115); }

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

border-color css

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

 span { border-color: rgb(161,208,115); }

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