Html Css Color HEX #90BC40 Atlantis

📋 copy color: '#90BC40'

red 144 ◦ green 188 ◦ blue 64

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

Shades of Atlantis #90BC40

Tints of Atlantis #90BC40

RGB

 RED value IS 144 (56.64% from 255) = 36.36%

 GREEN value IS 188 (73.83% from 255) = 47.47%

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 36.36%
G = 47.47%
B = 16.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#90BC40 (or 0x90BC40) is known color: Atlantis. HEX triplet: 90, BC and 40. RGB value is (144,188,64). Sum of RGB (Red+Green+Blue) = 144+188+64=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC40 is #6F43BF. Grayscale: #A1A1A1. Windows color (decimal): -7291840 or 4242576. OLE color: 4242576.

HSL color Cylindrical-coordinate representation of color #90BC40: hue angle of 81.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90BC40 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 188 64 -
CMYK 0.23 0 0.66 0.26
HSL 81.29º 0.49% 0.49% -
HSV(B) 81.29º 0.66% 0.74% -
XYZ 30.41 42.27 11.41 -
YUV 160.71 73.42 116.08 -
System Red Green Blue C M Y K H S L
Decimal 144 188 64 0.23 0 0.66 0.26 81.29 0.49 0.49
Hex 90 BC 40 17 0 42 1A 51 31 31
Octal 220 274 100 27 0 102 32 121 61 61
Binary 10010000 10111100 1000000 10111 0 1000010 11010 1010001 110001 110001

Color Harmonies of #90BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BC40

Black with #90BC40

Text Example


Text Example

White with #90BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BC40; }

 p { color: rgb(144,188,64); }

 H1.HeaderClassName
 {
   color: #90BC40;
 }
 .AnyTagClassName
 {
   color: #90BC40;
 }
</style>

background-color css

<style>
 a { background-color: #90BC40; }

 a { background-color: rgb(144,188,64); }

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

border-color css

<style>
 span { border-color: #90BC40; }

 span { border-color: rgb(144,188,64); }

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