Html Css Color HEX #A8CB47 Atlantis

📋 copy color: '#A8CB47'

red 168 ◦ green 203 ◦ blue 71

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

Shades of Atlantis #A8CB47

Tints of Atlantis #A8CB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.06%

R = 38.01%
G = 45.93%
B = 16.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#A8CB47 (or 0xA8CB47) is known color: Atlantis. HEX triplet: A8, CB and 47. RGB value is (168,203,71). Sum of RGB (Red+Green+Blue) = 168+203+71=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB47 is #5734B8. Grayscale: #B1B1B1. Windows color (decimal): -5715129 or 4705192. OLE color: 4705192.

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

Color convert

RGB 168 203 71 -
CMYK 0.17 0 0.65 0.20
HSL 75.91º 0.56% 0.54% -
HSV(B) 75.91º 0.65% 0.8% -
XYZ 38.64 51.49 13.86 -
YUV 177.49 67.9 121.23 -
System Red Green Blue C M Y K H S L
Decimal 168 203 71 0.17 0 0.65 0.20 75.91 0.56 0.54
Hex A8 CB 47 11 0 41 14 4C 38 36
Octal 250 313 107 21 0 101 24 114 70 66
Binary 10101000 11001011 1000111 10001 0 1000001 10100 1001100 111000 110110

Color Harmonies of #A8CB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB47

Black with #A8CB47

Text Example


Text Example

White with #A8CB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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