Html Css Color HEX #A8C83A Atlantis

📋 copy color: '#A8C83A'

red 168 ◦ green 200 ◦ blue 58

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

Shades of Atlantis #A8C83A

Tints of Atlantis #A8C83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.62%

R = 39.44%
G = 46.95%
B = 13.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#A8C83A (or 0xA8C83A) is known color: Atlantis. HEX triplet: A8, C8 and 3A. RGB value is (168,200,58). Sum of RGB (Red+Green+Blue) = 168+200+58=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C83A is #5737C5. Grayscale: #AEAEAE. Windows color (decimal): -5715910 or 3852456. OLE color: 3852456.

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

Color convert

RGB 168 200 58 -
CMYK 0.16 0 0.71 0.22
HSL 73.52º 0.56% 0.51% -
HSV(B) 73.52º 0.71% 0.78% -
XYZ 37.57 49.94 11.66 -
YUV 174.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 168 200 58 0.16 0 0.71 0.22 73.52 0.56 0.51
Hex A8 C8 3A 10 0 47 16 4A 38 33
Octal 250 310 72 20 0 107 26 112 70 63
Binary 10101000 11001000 111010 10000 0 1000111 10110 1001010 111000 110011

Color Harmonies of #A8C83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C83A

Black with #A8C83A

Text Example


Text Example

White with #A8C83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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