Html Css Color HEX #A8C33A Atlantis

📋 copy color: '#A8C33A'

red 168 ◦ green 195 ◦ blue 58

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

Shades of Atlantis #A8C33A

Tints of Atlantis #A8C33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.32%

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

R = 39.9%
G = 46.32%
B = 13.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#A8C33A (or 0xA8C33A) is known color: Atlantis. HEX triplet: A8, C3 and 3A. RGB value is (168,195,58). Sum of RGB (Red+Green+Blue) = 168+195+58=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C33A is #573CC5. Grayscale: #ABABAB. Windows color (decimal): -5717190 or 3851176. OLE color: 3851176.

HSL color Cylindrical-coordinate representation of color #A8C33A: hue angle of 71.82º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8C33A is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 58 -
CMYK 0.14 0 0.70 0.24
HSL 71.82º 0.54% 0.5% -
HSV(B) 71.82º 0.7% 0.76% -
XYZ 36.43 47.66 11.28 -
YUV 171.31 64.05 125.64 -
System Red Green Blue C M Y K H S L
Decimal 168 195 58 0.14 0 0.70 0.24 71.82 0.54 0.5
Hex A8 C3 3A E 0 46 18 48 36 32
Octal 250 303 72 16 0 106 30 110 66 62
Binary 10101000 11000011 111010 1110 0 1000110 11000 1001000 110110 110010

Color Harmonies of #A8C33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C33A

Black with #A8C33A

Text Example


Text Example

White with #A8C33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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