Html Css Color HEX #8FBB44 Atlantis

📋 copy color: '#8FBB44'

red 143 ◦ green 187 ◦ blue 68

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

Shades of Atlantis #8FBB44

Tints of Atlantis #8FBB44

RGB

 RED value IS 143 (56.25% from 255) = 35.93%

 GREEN value IS 187 (73.44% from 255) = 46.98%

 BLUE value IS 68 (26.95% from 255) = 17.09%

R = 35.93%
G = 46.98%
B = 17.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#8FBB44 (or 0x8FBB44) is known color: Atlantis. HEX triplet: 8F, BB and 44. RGB value is (143,187,68). Sum of RGB (Red+Green+Blue) = 143+187+68=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBB44 is #7044BB. Grayscale: #A0A0A0. Windows color (decimal): -7357628 or 4504463. OLE color: 4504463.

HSL color Cylindrical-coordinate representation of color #8FBB44: hue angle of 82.18º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FBB44 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 187 68 -
CMYK 0.24 0 0.64 0.27
HSL 82.18º 0.47% 0.5% -
HSV(B) 82.18º 0.64% 0.73% -
XYZ 30.14 41.8 11.95 -
YUV 160.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 143 187 68 0.24 0 0.64 0.27 82.18 0.47 0.5
Hex 8F BB 44 18 0 40 1B 52 2F 32
Octal 217 273 104 30 0 100 33 122 57 62
Binary 10001111 10111011 1000100 11000 0 1000000 11011 1010010 101111 110010

Color Harmonies of #8FBB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBB44

Black with #8FBB44

Text Example


Text Example

White with #8FBB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,187,68); }

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

background-color css

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

 a { background-color: rgb(143,187,68); }

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

border-color css

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

 span { border-color: rgb(143,187,68); }

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