Html Css Color HEX #A1CB4B Atlantis

📋 copy color: '#A1CB4B'

red 161 ◦ green 203 ◦ blue 75

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

Shades of Atlantis #A1CB4B

Tints of Atlantis #A1CB4B

RGB

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

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

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

R = 36.67%
G = 46.24%
B = 17.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#A1CB4B (or 0xA1CB4B) is known color: Atlantis. HEX triplet: A1, CB and 4B. RGB value is (161,203,75). Sum of RGB (Red+Green+Blue) = 161+203+75=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB4B is #5E34B4. Grayscale: #B0B0B0. Windows color (decimal): -6173877 or 4967329. OLE color: 4967329.

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

Color convert

RGB 161 203 75 -
CMYK 0.21 0 0.63 0.20
HSL 79.69º 0.55% 0.55% -
HSV(B) 79.69º 0.63% 0.8% -
XYZ 37.32 50.8 14.49 -
YUV 175.85 71.09 117.41 -
System Red Green Blue C M Y K H S L
Decimal 161 203 75 0.21 0 0.63 0.20 79.69 0.55 0.55
Hex A1 CB 4B 15 0 3F 14 50 37 37
Octal 241 313 113 25 0 77 24 120 67 67
Binary 10100001 11001011 1001011 10101 0 111111 10100 1010000 110111 110111

Color Harmonies of #A1CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB4B

Black with #A1CB4B

Text Example


Text Example

White with #A1CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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