Html Css Color HEX #88C145 Atlantis

📋 copy color: '#88C145'

red 136 ◦ green 193 ◦ blue 69

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

Shades of Atlantis #88C145

Tints of Atlantis #88C145

RGB

 RED value IS 136 (53.52% from 255) = 34.17%

 GREEN value IS 193 (75.78% from 255) = 48.49%

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

R = 34.17%
G = 48.49%
B = 17.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#88C145 (or 0x88C145) is known color: Atlantis. HEX triplet: 88, C1 and 45. RGB value is (136,193,69). Sum of RGB (Red+Green+Blue) = 136+193+69=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #88C145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C145 is #773EBA. Grayscale: #A2A2A2. Windows color (decimal): -7814843 or 4571528. OLE color: 4571528.

HSL color Cylindrical-coordinate representation of color #88C145: hue angle of 87.58º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88C145 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 193 69 -
CMYK 0.30 0 0.64 0.24
HSL 87.58º 0.5% 0.51% -
HSV(B) 87.58º 0.64% 0.76% -
XYZ 30.3 43.8 12.49 -
YUV 161.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 136 193 69 0.30 0 0.64 0.24 87.58 0.5 0.51
Hex 88 C1 45 1E 0 40 18 58 32 33
Octal 210 301 105 36 0 100 30 130 62 63
Binary 10001000 11000001 1000101 11110 0 1000000 11000 1011000 110010 110011

Color Harmonies of #88C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C145

Black with #88C145

Text Example


Text Example

White with #88C145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C145; }

 p { color: rgb(136,193,69); }

 H1.HeaderClassName
 {
   color: #88C145;
 }
 .AnyTagClassName
 {
   color: #88C145;
 }
</style>

background-color css

<style>
 a { background-color: #88C145; }

 a { background-color: rgb(136,193,69); }

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

border-color css

<style>
 span { border-color: #88C145; }

 span { border-color: rgb(136,193,69); }

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