Html Css Color HEX #A1D072 Feijoa

📋 copy color: '#A1D072'

red 161 ◦ green 208 ◦ blue 114

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

Shades of Feijoa #A1D072

Tints of Feijoa #A1D072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 33.33%
G = 43.06%
B = 23.6%

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

#A1D072 (or 0xA1D072) is known color: Feijoa. HEX triplet: A1, D0 and 72. RGB value is (161,208,114). Sum of RGB (Red+Green+Blue) = 161+208+114=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D072 is #5E2F8D. Grayscale: #B7B7B7. Windows color (decimal): -6172558 or 7524513. OLE color: 7524513.

HSL color Cylindrical-coordinate representation of color #A1D072: hue angle of 90º 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 #A1D072 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 208 114 -
CMYK 0.23 0 0.45 0.18
HSL 90º 0.5% 0.63% -
HSV(B) 90º 0.45% 0.82% -
XYZ 40.29 53.9 24.2 -
YUV 183.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 161 208 114 0.23 0 0.45 0.18 90 0.5 0.63
Hex A1 D0 72 17 0 2D 12 5A 32 3F
Octal 241 320 162 27 0 55 22 132 62 77
Binary 10100001 11010000 1110010 10111 0 101101 10010 1011010 110010 111111

Color Harmonies of #A1D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D072

Black with #A1D072

Text Example


Text Example

White with #A1D072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D072; }

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

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

background-color css

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

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

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

border-color css

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

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

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