Html Css Color HEX #8AC83C Atlantis

📋 copy color: '#8AC83C'

red 138 ◦ green 200 ◦ blue 60

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

Shades of Atlantis #8AC83C

Tints of Atlantis #8AC83C

RGB

 RED value IS 138 (54.3% from 255) = 34.67%

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

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 34.67%
G = 50.25%
B = 15.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#8AC83C (or 0x8AC83C) is known color: Atlantis. HEX triplet: 8A, C8 and 3C. RGB value is (138,200,60). Sum of RGB (Red+Green+Blue) = 138+200+60=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC83C is #7537C3. Grayscale: #A6A6A6. Windows color (decimal): -7681988 or 3983498. OLE color: 3983498.

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

Color convert

RGB 138 200 60 -
CMYK 0.31 0 0.7 0.22
HSL 86.57º 0.56% 0.51% -
HSV(B) 86.57º 0.7% 0.78% -
XYZ 31.95 47.04 11.67 -
YUV 165.5 68.46 108.38 -
System Red Green Blue C M Y K H S L
Decimal 138 200 60 0.31 0 0.7 0.22 86.57 0.56 0.51
Hex 8A C8 3C 1F 0 46 16 57 38 33
Octal 212 310 74 37 0 106 26 127 70 63
Binary 10001010 11001000 111100 11111 0 1000110 10110 1010111 111000 110011

Color Harmonies of #8AC83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC83C

Black with #8AC83C

Text Example


Text Example

White with #8AC83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AC83C; }

 p { color: rgb(138,200,60); }

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

background-color css

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

 a { background-color: rgb(138,200,60); }

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

border-color css

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

 span { border-color: rgb(138,200,60); }

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