Html Css Color HEX #90BF40 Atlantis

📋 copy color: '#90BF40'

red 144 ◦ green 191 ◦ blue 64

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

Shades of Atlantis #90BF40

Tints of Atlantis #90BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 47.87%

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

R = 36.09%
G = 47.87%
B = 16.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#90BF40 (or 0x90BF40) is known color: Atlantis. HEX triplet: 90, BF and 40. RGB value is (144,191,64). Sum of RGB (Red+Green+Blue) = 144+191+64=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF40 is #6F40BF. Grayscale: #A2A2A2. Windows color (decimal): -7291072 or 4243344. OLE color: 4243344.

HSL color Cylindrical-coordinate representation of color #90BF40: hue angle of 82.2º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90BF40 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 191 64 -
CMYK 0.25 0 0.66 0.25
HSL 82.2º 0.5% 0.5% -
HSV(B) 82.2º 0.66% 0.75% -
XYZ 31.06 43.56 11.62 -
YUV 162.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 144 191 64 0.25 0 0.66 0.25 82.2 0.5 0.5
Hex 90 BF 40 19 0 42 19 52 32 32
Octal 220 277 100 31 0 102 31 122 62 62
Binary 10010000 10111111 1000000 11001 0 1000010 11001 1010010 110010 110010

Color Harmonies of #90BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF40

Black with #90BF40

Text Example


Text Example

White with #90BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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