Html Css Color HEX #A4CE3B Atlantis

📋 copy color: '#A4CE3B'

red 164 ◦ green 206 ◦ blue 59

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

Shades of Atlantis #A4CE3B

Tints of Atlantis #A4CE3B

RGB

 RED value IS 164 (64.45% from 255) = 38.23%

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

 BLUE value IS 59 (23.44% from 255) = 13.75%

R = 38.23%
G = 48.02%
B = 13.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#A4CE3B (or 0xA4CE3B) is known color: Atlantis. HEX triplet: A4, CE and 3B. RGB value is (164,206,59). Sum of RGB (Red+Green+Blue) = 164+206+59=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CE3B is #5B31C4. Grayscale: #B1B1B1. Windows color (decimal): -5976517 or 3919524. OLE color: 3919524.

HSL color Cylindrical-coordinate representation of color #A4CE3B: hue angle of 77.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4CE3B is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 206 59 -
CMYK 0.20 0 0.71 0.19
HSL 77.14º 0.6% 0.52% -
HSV(B) 77.14º 0.71% 0.81% -
XYZ 38.17 52.35 12.23 -
YUV 176.68 61.59 118.95 -
System Red Green Blue C M Y K H S L
Decimal 164 206 59 0.20 0 0.71 0.19 77.14 0.6 0.52
Hex A4 CE 3B 14 0 47 13 4D 3C 34
Octal 244 316 73 24 0 107 23 115 74 64
Binary 10100100 11001110 111011 10100 0 1000111 10011 1001101 111100 110100

Color Harmonies of #A4CE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CE3B

Black with #A4CE3B

Text Example


Text Example

White with #A4CE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CE3B; }

 p { color: rgb(164,206,59); }

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

background-color css

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

 a { background-color: rgb(164,206,59); }

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

border-color css

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

 span { border-color: rgb(164,206,59); }

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