Html Css Color HEX #A8CB40 Atlantis

📋 copy color: '#A8CB40'

red 168 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #A8CB40

Tints of Atlantis #A8CB40

RGB

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

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

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

R = 38.62%
G = 46.67%
B = 14.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#A8CB40 (or 0xA8CB40) is known color: Atlantis. HEX triplet: A8, CB and 40. RGB value is (168,203,64). Sum of RGB (Red+Green+Blue) = 168+203+64=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB40 is #5734BF. Grayscale: #B1B1B1. Windows color (decimal): -5715136 or 4246440. OLE color: 4246440.

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

Color convert

RGB 168 203 64 -
CMYK 0.17 0 0.68 0.20
HSL 75.11º 0.57% 0.52% -
HSV(B) 75.11º 0.68% 0.8% -
XYZ 38.43 51.41 12.75 -
YUV 176.69 64.4 121.8 -
System Red Green Blue C M Y K H S L
Decimal 168 203 64 0.17 0 0.68 0.20 75.11 0.57 0.52
Hex A8 CB 40 11 0 44 14 4B 39 34
Octal 250 313 100 21 0 104 24 113 71 64
Binary 10101000 11001011 1000000 10001 0 1000100 10100 1001011 111001 110100

Color Harmonies of #A8CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB40

Black with #A8CB40

Text Example


Text Example

White with #A8CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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