Html Css Color HEX #8BD64A Atlantis

📋 copy color: '#8BD64A'

red 139 ◦ green 214 ◦ blue 74

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

Shades of Atlantis #8BD64A

Tints of Atlantis #8BD64A

RGB

 RED value IS 139 (54.69% from 255) = 32.55%

 GREEN value IS 214 (83.98% from 255) = 50.12%

 BLUE value IS 74 (29.3% from 255) = 17.33%

R = 32.55%
G = 50.12%
B = 17.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#8BD64A (or 0x8BD64A) is known color: Atlantis. HEX triplet: 8B, D6 and 4A. RGB value is (139,214,74). Sum of RGB (Red+Green+Blue) = 139+214+74=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD64A is #7429B5. Grayscale: #B0B0B0. Windows color (decimal): -7612854 or 4904587. OLE color: 4904587.

HSL color Cylindrical-coordinate representation of color #8BD64A: hue angle of 92.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BD64A is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 214 74 -
CMYK 0.35 0 0.65 0.16
HSL 92.14º 0.63% 0.56% -
HSV(B) 92.14º 0.65% 0.84% -
XYZ 35.93 54.08 15.02 -
YUV 175.62 70.65 101.88 -
System Red Green Blue C M Y K H S L
Decimal 139 214 74 0.35 0 0.65 0.16 92.14 0.63 0.56
Hex 8B D6 4A 23 0 41 10 5C 3F 38
Octal 213 326 112 43 0 101 20 134 77 70
Binary 10001011 11010110 1001010 100011 0 1000001 10000 1011100 111111 111000

Color Harmonies of #8BD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD64A

Black with #8BD64A

Text Example


Text Example

White with #8BD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,214,74); }

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

background-color css

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

 a { background-color: rgb(139,214,74); }

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

border-color css

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

 span { border-color: rgb(139,214,74); }

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