Html Css Color HEX #A1F385 Granny Smith Apple

📋 copy color: '#A1F385'

red 161 ◦ green 243 ◦ blue 133

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

Shades of Granny Smith Apple #A1F385

Tints of Granny Smith Apple #A1F385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.25%

 BLUE value IS 133 (52.34% from 255) = 24.77%

R = 29.98%
G = 45.25%
B = 24.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#A1F385 (or 0xA1F385) is known color: Granny Smith Apple. HEX triplet: A1, F3 and 85. RGB value is (161,243,133). Sum of RGB (Red+Green+Blue) = 161+243+133=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F385 is #5E0C7A. Grayscale: #CECECE. Windows color (decimal): -6163579 or 8778657. OLE color: 8778657.

HSL color Cylindrical-coordinate representation of color #A1F385: hue angle of 104.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1F385 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 243 133 -
CMYK 0.34 0 0.45 0.05
HSL 104.73º 0.82% 0.74% -
HSV(B) 104.73º 0.45% 0.95% -
XYZ 50.98 73.37 33.67 -
YUV 205.94 86.83 95.94 -
System Red Green Blue C M Y K H S L
Decimal 161 243 133 0.34 0 0.45 0.05 104.73 0.82 0.74
Hex A1 F3 85 22 0 2D 5 69 52 4A
Octal 241 363 205 42 0 55 5 151 122 112
Binary 10100001 11110011 10000101 100010 0 101101 101 1101001 1010010 1001010

Color Harmonies of #A1F385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F385

Black with #A1F385

Text Example


Text Example

White with #A1F385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F385; }

 p { color: rgb(161,243,133); }

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

background-color css

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

 a { background-color: rgb(161,243,133); }

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

border-color css

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

 span { border-color: rgb(161,243,133); }

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