Html Css Color HEX #A1DA92 Granny Smith Apple

📋 copy color: '#A1DA92'

red 161 ◦ green 218 ◦ blue 146

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

Shades of Granny Smith Apple #A1DA92

Tints of Granny Smith Apple #A1DA92

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.52%

 BLUE value IS 146 (57.42% from 255) = 27.81%

R = 30.67%
G = 41.52%
B = 27.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#A1DA92 (or 0xA1DA92) is known color: Granny Smith Apple. HEX triplet: A1, DA and 92. RGB value is (161,218,146). Sum of RGB (Red+Green+Blue) = 161+218+146=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA92 is #5E256D. Grayscale: #C0C0C0. Windows color (decimal): -6169966 or 9624225. OLE color: 9624225.

HSL color Cylindrical-coordinate representation of color #A1DA92: hue angle of 107.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DA92 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 146 -
CMYK 0.26 0 0.33 0.15
HSL 107.5º 0.49% 0.71% -
HSV(B) 107.5º 0.33% 0.85% -
XYZ 44.96 59.8 36.37 -
YUV 192.75 101.62 105.35 -
System Red Green Blue C M Y K H S L
Decimal 161 218 146 0.26 0 0.33 0.15 107.5 0.49 0.71
Hex A1 DA 92 1A 0 21 F 6C 31 47
Octal 241 332 222 32 0 41 17 154 61 107
Binary 10100001 11011010 10010010 11010 0 100001 1111 1101100 110001 1000111

Color Harmonies of #A1DA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DA92

Black with #A1DA92

Text Example


Text Example

White with #A1DA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DA92; }

 p { color: rgb(161,218,146); }

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

background-color css

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

 a { background-color: rgb(161,218,146); }

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

border-color css

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

 span { border-color: rgb(161,218,146); }

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