Html Css Color HEX #90BE42 Atlantis

📋 copy color: '#90BE42'

red 144 ◦ green 190 ◦ blue 66

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

Shades of Atlantis #90BE42

Tints of Atlantis #90BE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.5%

 BLUE value IS 66 (26.17% from 255) = 16.5%

R = 36%
G = 47.5%
B = 16.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#90BE42 (or 0x90BE42) is known color: Atlantis. HEX triplet: 90, BE and 42. RGB value is (144,190,66). Sum of RGB (Red+Green+Blue) = 144+190+66=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BE42 is #6F41BD. Grayscale: #A2A2A2. Windows color (decimal): -7291326 or 4374160. OLE color: 4374160.

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

Color convert

RGB 144 190 66 -
CMYK 0.24 0 0.65 0.25
HSL 82.26º 0.49% 0.5% -
HSV(B) 82.26º 0.65% 0.75% -
XYZ 30.9 43.15 11.85 -
YUV 162.11 73.76 115.08 -
System Red Green Blue C M Y K H S L
Decimal 144 190 66 0.24 0 0.65 0.25 82.26 0.49 0.5
Hex 90 BE 42 18 0 41 19 52 31 32
Octal 220 276 102 30 0 101 31 122 61 62
Binary 10010000 10111110 1000010 11000 0 1000001 11001 1010010 110001 110010

Color Harmonies of #90BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BE42

Black with #90BE42

Text Example


Text Example

White with #90BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,190,66); }

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

background-color css

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

 a { background-color: rgb(144,190,66); }

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

border-color css

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

 span { border-color: rgb(144,190,66); }

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