Html Css Color HEX #8AF350 Atlantis

📋 copy color: '#8AF350'

red 138 ◦ green 243 ◦ blue 80

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

Shades of Atlantis #8AF350

Tints of Atlantis #8AF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.71%

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 29.93%
G = 52.71%
B = 17.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#8AF350 (or 0x8AF350) is known color: Atlantis. HEX triplet: 8A, F3 and 50. RGB value is (138,243,80). Sum of RGB (Red+Green+Blue) = 138+243+80=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF350 is #750CAF. Grayscale: #C1C1C1. Windows color (decimal): -7670960 or 5305226. OLE color: 5305226.

HSL color Cylindrical-coordinate representation of color #8AF350: hue angle of 98.65º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AF350 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 243 80 -
CMYK 0.43 0 0.67 0.05
HSL 98.65º 0.87% 0.63% -
HSV(B) 98.65º 0.67% 0.95% -
XYZ 43.98 70.08 18.8 -
YUV 193.02 64.21 88.75 -
System Red Green Blue C M Y K H S L
Decimal 138 243 80 0.43 0 0.67 0.05 98.65 0.87 0.63
Hex 8A F3 50 2B 0 43 5 63 57 3F
Octal 212 363 120 53 0 103 5 143 127 77
Binary 10001010 11110011 1010000 101011 0 1000011 101 1100011 1010111 111111

Color Harmonies of #8AF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF350

Black with #8AF350

Text Example


Text Example

White with #8AF350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,243,80); }

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

background-color css

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

 a { background-color: rgb(138,243,80); }

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

border-color css

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

 span { border-color: rgb(138,243,80); }

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