Html Css Color HEX #A8C73D Atlantis

📋 copy color: '#A8C73D'

red 168 ◦ green 199 ◦ blue 61

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

Shades of Atlantis #A8C73D

Tints of Atlantis #A8C73D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.5%

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 39.25%
G = 46.5%
B = 14.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#A8C73D (or 0xA8C73D) is known color: Atlantis. HEX triplet: A8, C7 and 3D. RGB value is (168,199,61). Sum of RGB (Red+Green+Blue) = 168+199+61=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C73D is #5738C2. Grayscale: #AEAEAE. Windows color (decimal): -5716163 or 4048808. OLE color: 4048808.

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

Color convert

RGB 168 199 61 -
CMYK 0.16 0 0.69 0.22
HSL 73.48º 0.55% 0.51% -
HSV(B) 73.48º 0.69% 0.78% -
XYZ 37.41 49.51 12 -
YUV 174 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 168 199 61 0.16 0 0.69 0.22 73.48 0.55 0.51
Hex A8 C7 3D 10 0 45 16 49 37 33
Octal 250 307 75 20 0 105 26 111 67 63
Binary 10101000 11000111 111101 10000 0 1000101 10110 1001001 110111 110011

Color Harmonies of #A8C73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C73D

Black with #A8C73D

Text Example


Text Example

White with #A8C73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C73D; }

 p { color: rgb(168,199,61); }

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

background-color css

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

 a { background-color: rgb(168,199,61); }

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

border-color css

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

 span { border-color: rgb(168,199,61); }

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