Html Css Color HEX #90BC3F Atlantis

📋 copy color: '#90BC3F'

red 144 ◦ green 188 ◦ blue 63

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

Shades of Atlantis #90BC3F

Tints of Atlantis #90BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.95%

R = 36.46%
G = 47.59%
B = 15.95%

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

#90BC3F (or 0x90BC3F) is known color: Atlantis. HEX triplet: 90, BC and 3F. RGB value is (144,188,63). Sum of RGB (Red+Green+Blue) = 144+188+63=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC3F is #6F43C0. Grayscale: #A1A1A1. Windows color (decimal): -7291841 or 4177040. OLE color: 4177040.

HSL color Cylindrical-coordinate representation of color #90BC3F: hue angle of 81.12º degrees, saturation: 0.5, 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 #90BC3F is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 188 63 -
CMYK 0.23 0 0.66 0.26
HSL 81.12º 0.5% 0.49% -
HSV(B) 81.12º 0.66% 0.74% -
XYZ 30.38 42.25 11.26 -
YUV 160.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 144 188 63 0.23 0 0.66 0.26 81.12 0.5 0.49
Hex 90 BC 3F 17 0 42 1A 51 32 31
Octal 220 274 77 27 0 102 32 121 62 61
Binary 10010000 10111100 111111 10111 0 1000010 11010 1010001 110010 110001

Color Harmonies of #90BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BC3F

Black with #90BC3F

Text Example


Text Example

White with #90BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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