Html Css Color HEX #8AF141 Atlantis

📋 copy color: '#8AF141'

red 138 ◦ green 241 ◦ blue 65

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

Shades of Atlantis #8AF141

Tints of Atlantis #8AF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 31.08%
G = 54.28%
B = 14.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#8AF141 (or 0x8AF141) is known color: Atlantis. HEX triplet: 8A, F1 and 41. RGB value is (138,241,65). Sum of RGB (Red+Green+Blue) = 138+241+65=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF141 is #750EBE. Grayscale: #BEBEBE. Windows color (decimal): -7671487 or 4321674. OLE color: 4321674.

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

Color convert

RGB 138 241 65 -
CMYK 0.43 0 0.73 0.05
HSL 95.11º 0.86% 0.6% -
HSV(B) 95.11º 0.73% 0.95% -
XYZ 42.89 68.7 16 -
YUV 190.14 57.38 90.81 -
System Red Green Blue C M Y K H S L
Decimal 138 241 65 0.43 0 0.73 0.05 95.11 0.86 0.6
Hex 8A F1 41 2B 0 49 5 5F 56 3C
Octal 212 361 101 53 0 111 5 137 126 74
Binary 10001010 11110001 1000001 101011 0 1001001 101 1011111 1010110 111100

Color Harmonies of #8AF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF141

Black with #8AF141

Text Example


Text Example

White with #8AF141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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