Html Css Color HEX #A4CB4A Atlantis

📋 copy color: '#A4CB4A'

red 164 ◦ green 203 ◦ blue 74

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

Shades of Atlantis #A4CB4A

Tints of Atlantis #A4CB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.78%

R = 37.19%
G = 46.03%
B = 16.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A4CB4A (or 0xA4CB4A) is known color: Atlantis. HEX triplet: A4, CB and 4A. RGB value is (164,203,74). Sum of RGB (Red+Green+Blue) = 164+203+74=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CB4A is #5B34B5. Grayscale: #B1B1B1. Windows color (decimal): -5977270 or 4901796. OLE color: 4901796.

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

Color convert

RGB 164 203 74 -
CMYK 0.19 0 0.64 0.20
HSL 78.14º 0.55% 0.54% -
HSV(B) 78.14º 0.64% 0.8% -
XYZ 37.9 51.1 14.34 -
YUV 176.63 70.08 118.99 -
System Red Green Blue C M Y K H S L
Decimal 164 203 74 0.19 0 0.64 0.20 78.14 0.55 0.54
Hex A4 CB 4A 13 0 40 14 4E 37 36
Octal 244 313 112 23 0 100 24 116 67 66
Binary 10100100 11001011 1001010 10011 0 1000000 10100 1001110 110111 110110

Color Harmonies of #A4CB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CB4A

Black with #A4CB4A

Text Example


Text Example

White with #A4CB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CB4A; }

 p { color: rgb(164,203,74); }

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

background-color css

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

 a { background-color: rgb(164,203,74); }

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

border-color css

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

 span { border-color: rgb(164,203,74); }

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