Html Css Color HEX #A1CB41 Atlantis

📋 copy color: '#A1CB41'

red 161 ◦ green 203 ◦ blue 65

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

Shades of Atlantis #A1CB41

Tints of Atlantis #A1CB41

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.32%

 BLUE value IS 65 (25.78% from 255) = 15.15%

R = 37.53%
G = 47.32%
B = 15.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#A1CB41 (or 0xA1CB41) is known color: Atlantis. HEX triplet: A1, CB and 41. RGB value is (161,203,65). Sum of RGB (Red+Green+Blue) = 161+203+65=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB41 is #5E34BE. Grayscale: #AFAFAF. Windows color (decimal): -6173887 or 4311969. OLE color: 4311969.

HSL color Cylindrical-coordinate representation of color #A1CB41: hue angle of 78.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1CB41 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 203 65 -
CMYK 0.21 0 0.68 0.20
HSL 78.26º 0.57% 0.53% -
HSV(B) 78.26º 0.68% 0.8% -
XYZ 37.01 50.67 12.83 -
YUV 174.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 161 203 65 0.21 0 0.68 0.20 78.26 0.57 0.53
Hex A1 CB 41 15 0 44 14 4E 39 35
Octal 241 313 101 25 0 104 24 116 71 65
Binary 10100001 11001011 1000001 10101 0 1000100 10100 1001110 111001 110101

Color Harmonies of #A1CB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB41

Black with #A1CB41

Text Example


Text Example

White with #A1CB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB41; }

 p { color: rgb(161,203,65); }

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

background-color css

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

 a { background-color: rgb(161,203,65); }

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

border-color css

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

 span { border-color: rgb(161,203,65); }

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