Html Css Color HEX #A8CA40 Atlantis

📋 copy color: '#A8CA40'

red 168 ◦ green 202 ◦ blue 64

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

Shades of Atlantis #A8CA40

Tints of Atlantis #A8CA40

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

 GREEN value IS 202 (79.3% from 255) = 46.54%

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 38.71%
G = 46.54%
B = 14.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#A8CA40 (or 0xA8CA40) is known color: Atlantis. HEX triplet: A8, CA and 40. RGB value is (168,202,64). Sum of RGB (Red+Green+Blue) = 168+202+64=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA40 is #5735BF. Grayscale: #B0B0B0. Windows color (decimal): -5715392 or 4246184. OLE color: 4246184.

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

Color convert

RGB 168 202 64 -
CMYK 0.17 0 0.68 0.21
HSL 74.78º 0.57% 0.52% -
HSV(B) 74.78º 0.68% 0.79% -
XYZ 38.19 50.94 12.67 -
YUV 176.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 168 202 64 0.17 0 0.68 0.21 74.78 0.57 0.52
Hex A8 CA 40 11 0 44 15 4B 39 34
Octal 250 312 100 21 0 104 25 113 71 64
Binary 10101000 11001010 1000000 10001 0 1000100 10101 1001011 111001 110100

Color Harmonies of #A8CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA40

Black with #A8CA40

Text Example


Text Example

White with #A8CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA40; }

 p { color: rgb(168,202,64); }

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

background-color css

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

 a { background-color: rgb(168,202,64); }

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

border-color css

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

 span { border-color: rgb(168,202,64); }

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