Html Css Color HEX #A1C24B Atlantis

📋 copy color: '#A1C24B'

red 161 ◦ green 194 ◦ blue 75

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

Shades of Atlantis #A1C24B

Tints of Atlantis #A1C24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

 BLUE value IS 75 (29.69% from 255) = 17.44%

R = 37.44%
G = 45.12%
B = 17.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#A1C24B (or 0xA1C24B) is known color: Atlantis. HEX triplet: A1, C2 and 4B. RGB value is (161,194,75). Sum of RGB (Red+Green+Blue) = 161+194+75=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C24B is #5E3DB4. Grayscale: #ABABAB. Windows color (decimal): -6176181 or 4965025. OLE color: 4965025.

HSL color Cylindrical-coordinate representation of color #A1C24B: hue angle of 76.64º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1C24B is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 194 75 -
CMYK 0.17 0 0.61 0.24
HSL 76.64º 0.49% 0.53% -
HSV(B) 76.64º 0.61% 0.76% -
XYZ 35.26 46.67 13.81 -
YUV 170.57 74.07 121.18 -
System Red Green Blue C M Y K H S L
Decimal 161 194 75 0.17 0 0.61 0.24 76.64 0.49 0.53
Hex A1 C2 4B 11 0 3D 18 4D 31 35
Octal 241 302 113 21 0 75 30 115 61 65
Binary 10100001 11000010 1001011 10001 0 111101 11000 1001101 110001 110101

Color Harmonies of #A1C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C24B

Black with #A1C24B

Text Example


Text Example

White with #A1C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C24B; }

 p { color: rgb(161,194,75); }

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

background-color css

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

 a { background-color: rgb(161,194,75); }

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

border-color css

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

 span { border-color: rgb(161,194,75); }

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