Html Css Color HEX #A8CB4A Atlantis

📋 copy color: '#A8CB4A'

red 168 ◦ green 203 ◦ blue 74

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

Shades of Atlantis #A8CB4A

Tints of Atlantis #A8CB4A

RGB

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

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

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

R = 37.75%
G = 45.62%
B = 16.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A8CB4A (or 0xA8CB4A) is known color: Atlantis. HEX triplet: A8, CB and 4A. RGB value is (168,203,74). Sum of RGB (Red+Green+Blue) = 168+203+74=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB4A is #5734B5. Grayscale: #B2B2B2. Windows color (decimal): -5715126 or 4901800. OLE color: 4901800.

HSL color Cylindrical-coordinate representation of color #A8CB4A: hue angle of 76.28º 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 #A8CB4A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 74 -
CMYK 0.17 0 0.64 0.20
HSL 76.28º 0.55% 0.54% -
HSV(B) 76.28º 0.64% 0.8% -
XYZ 38.74 51.53 14.38 -
YUV 177.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 168 203 74 0.17 0 0.64 0.20 76.28 0.55 0.54
Hex A8 CB 4A 11 0 40 14 4C 37 36
Octal 250 313 112 21 0 100 24 114 67 66
Binary 10101000 11001011 1001010 10001 0 1000000 10100 1001100 110111 110110

Color Harmonies of #A8CB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB4A

Black with #A8CB4A

Text Example


Text Example

White with #A8CB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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