Html Css Color HEX #A1CE4B Atlantis

📋 copy color: '#A1CE4B'

red 161 ◦ green 206 ◦ blue 75

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

Shades of Atlantis #A1CE4B

Tints of Atlantis #A1CE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

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

R = 36.43%
G = 46.61%
B = 16.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#A1CE4B (or 0xA1CE4B) is known color: Atlantis. HEX triplet: A1, CE and 4B. RGB value is (161,206,75). Sum of RGB (Red+Green+Blue) = 161+206+75=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CE4B is #5E31B4. Grayscale: #B2B2B2. Windows color (decimal): -6173109 or 4968097. OLE color: 4968097.

HSL color Cylindrical-coordinate representation of color #A1CE4B: hue angle of 80.61º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1CE4B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 75 -
CMYK 0.22 0 0.64 0.19
HSL 80.61º 0.57% 0.55% -
HSV(B) 80.61º 0.64% 0.81% -
XYZ 38.04 52.23 14.73 -
YUV 177.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 161 206 75 0.22 0 0.64 0.19 80.61 0.57 0.55
Hex A1 CE 4B 16 0 40 13 51 39 37
Octal 241 316 113 26 0 100 23 121 71 67
Binary 10100001 11001110 1001011 10110 0 1000000 10011 1010001 111001 110111

Color Harmonies of #A1CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CE4B

Black with #A1CE4B

Text Example


Text Example

White with #A1CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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