Html Css Color HEX #8AF13D Atlantis

📋 copy color: '#8AF13D'

red 138 ◦ green 241 ◦ blue 61

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

Shades of Atlantis #8AF13D

Tints of Atlantis #8AF13D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.77%

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

R = 31.36%
G = 54.77%
B = 13.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#8AF13D (or 0x8AF13D) is known color: Atlantis. HEX triplet: 8A, F1 and 3D. RGB value is (138,241,61). Sum of RGB (Red+Green+Blue) = 138+241+61=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF13D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF13D is #750EC2. Grayscale: #BEBEBE. Windows color (decimal): -7671491 or 4059530. OLE color: 4059530.

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

Color convert

RGB 138 241 61 -
CMYK 0.43 0 0.75 0.05
HSL 94.33º 0.87% 0.59% -
HSV(B) 94.33º 0.75% 0.95% -
XYZ 42.78 68.65 15.41 -
YUV 189.68 55.38 91.14 -
System Red Green Blue C M Y K H S L
Decimal 138 241 61 0.43 0 0.75 0.05 94.33 0.87 0.59
Hex 8A F1 3D 2B 0 4B 5 5E 57 3B
Octal 212 361 75 53 0 113 5 136 127 73
Binary 10001010 11110001 111101 101011 0 1001011 101 1011110 1010111 111011

Color Harmonies of #8AF13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF13D

Black with #8AF13D

Text Example


Text Example

White with #8AF13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,241,61); }

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

background-color css

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

 a { background-color: rgb(138,241,61); }

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

border-color css

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

 span { border-color: rgb(138,241,61); }

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