Html Css Color HEX #90BC42 Atlantis

📋 copy color: '#90BC42'

red 144 ◦ green 188 ◦ blue 66

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

Shades of Atlantis #90BC42

Tints of Atlantis #90BC42

RGB

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

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

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

R = 36.18%
G = 47.24%
B = 16.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#90BC42 (or 0x90BC42) is known color: Atlantis. HEX triplet: 90, BC and 42. RGB value is (144,188,66). Sum of RGB (Red+Green+Blue) = 144+188+66=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC42 is #6F43BD. Grayscale: #A1A1A1. Windows color (decimal): -7291838 or 4373648. OLE color: 4373648.

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

Color convert

RGB 144 188 66 -
CMYK 0.23 0 0.65 0.26
HSL 81.64º 0.48% 0.5% -
HSV(B) 81.64º 0.65% 0.74% -
XYZ 30.47 42.29 11.71 -
YUV 160.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 144 188 66 0.23 0 0.65 0.26 81.64 0.48 0.5
Hex 90 BC 42 17 0 41 1A 52 30 32
Octal 220 274 102 27 0 101 32 122 60 62
Binary 10010000 10111100 1000010 10111 0 1000001 11010 1010010 110000 110010

Color Harmonies of #90BC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BC42

Black with #90BC42

Text Example


Text Example

White with #90BC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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