Html Css Color HEX #A8C838 Atlantis

📋 copy color: '#A8C838'

red 168 ◦ green 200 ◦ blue 56

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

Shades of Atlantis #A8C838

Tints of Atlantis #A8C838

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.17%

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 39.62%
G = 47.17%
B = 13.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#A8C838 (or 0xA8C838) is known color: Atlantis. HEX triplet: A8, C8 and 38. RGB value is (168,200,56). Sum of RGB (Red+Green+Blue) = 168+200+56=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C838 is #5737C7. Grayscale: #AEAEAE. Windows color (decimal): -5715912 or 3721384. OLE color: 3721384.

HSL color Cylindrical-coordinate representation of color #A8C838: hue angle of 73.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8C838 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 56 -
CMYK 0.16 0 0.72 0.22
HSL 73.33º 0.57% 0.5% -
HSV(B) 73.33º 0.72% 0.78% -
XYZ 37.52 49.92 11.4 -
YUV 174.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 168 200 56 0.16 0 0.72 0.22 73.33 0.57 0.5
Hex A8 C8 38 10 0 48 16 49 39 32
Octal 250 310 70 20 0 110 26 111 71 62
Binary 10101000 11001000 111000 10000 0 1001000 10110 1001001 111001 110010

Color Harmonies of #A8C838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C838

Black with #A8C838

Text Example


Text Example

White with #A8C838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C838; }

 p { color: rgb(168,200,56); }

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

background-color css

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

 a { background-color: rgb(168,200,56); }

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

border-color css

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

 span { border-color: rgb(168,200,56); }

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