Html Css Color HEX #90C140 Atlantis

📋 copy color: '#90C140'

red 144 ◦ green 193 ◦ blue 64

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

Shades of Atlantis #90C140

Tints of Atlantis #90C140

RGB

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

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

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

R = 35.91%
G = 48.13%
B = 15.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#90C140 (or 0x90C140) is known color: Atlantis. HEX triplet: 90, C1 and 40. RGB value is (144,193,64). Sum of RGB (Red+Green+Blue) = 144+193+64=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #90C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C140 is #6F3EBF. Grayscale: #A4A4A4. Windows color (decimal): -7290560 or 4243856. OLE color: 4243856.

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

Color convert

RGB 144 193 64 -
CMYK 0.25 0 0.67 0.24
HSL 82.79º 0.51% 0.5% -
HSV(B) 82.79º 0.67% 0.76% -
XYZ 31.5 44.44 11.77 -
YUV 163.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 144 193 64 0.25 0 0.67 0.24 82.79 0.51 0.5
Hex 90 C1 40 19 0 43 18 53 33 32
Octal 220 301 100 31 0 103 30 123 63 62
Binary 10010000 11000001 1000000 11001 0 1000011 11000 1010011 110011 110010

Color Harmonies of #90C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C140

Black with #90C140

Text Example


Text Example

White with #90C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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