Html Css Color HEX #8BD645 Atlantis

📋 copy color: '#8BD645'

red 139 ◦ green 214 ◦ blue 69

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

Shades of Atlantis #8BD645

Tints of Atlantis #8BD645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.35%

R = 32.94%
G = 50.71%
B = 16.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#8BD645 (or 0x8BD645) is known color: Atlantis. HEX triplet: 8B, D6 and 45. RGB value is (139,214,69). Sum of RGB (Red+Green+Blue) = 139+214+69=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD645 is #7429BA. Grayscale: #AFAFAF. Windows color (decimal): -7612859 or 4576907. OLE color: 4576907.

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

Color convert

RGB 139 214 69 -
CMYK 0.35 0 0.68 0.16
HSL 91.03º 0.64% 0.55% -
HSV(B) 91.03º 0.68% 0.84% -
XYZ 35.77 54.01 14.17 -
YUV 175.05 68.15 102.29 -
System Red Green Blue C M Y K H S L
Decimal 139 214 69 0.35 0 0.68 0.16 91.03 0.64 0.55
Hex 8B D6 45 23 0 44 10 5B 40 37
Octal 213 326 105 43 0 104 20 133 100 67
Binary 10001011 11010110 1000101 100011 0 1000100 10000 1011011 1000000 110111

Color Harmonies of #8BD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD645

Black with #8BD645

Text Example


Text Example

White with #8BD645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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