Html Css Color HEX #90BD41 Atlantis

📋 copy color: '#90BD41'

red 144 ◦ green 189 ◦ blue 65

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

Shades of Atlantis #90BD41

Tints of Atlantis #90BD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.49%

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 36.18%
G = 47.49%
B = 16.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#90BD41 (or 0x90BD41) is known color: Atlantis. HEX triplet: 90, BD and 41. RGB value is (144,189,65). Sum of RGB (Red+Green+Blue) = 144+189+65=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BD41 is #6F42BE. Grayscale: #A1A1A1. Windows color (decimal): -7291583 or 4308368. OLE color: 4308368.

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

Color convert

RGB 144 189 65 -
CMYK 0.24 0 0.66 0.26
HSL 81.77º 0.49% 0.5% -
HSV(B) 81.77º 0.66% 0.74% -
XYZ 30.65 42.71 11.63 -
YUV 161.41 73.59 115.58 -
System Red Green Blue C M Y K H S L
Decimal 144 189 65 0.24 0 0.66 0.26 81.77 0.49 0.5
Hex 90 BD 41 18 0 42 1A 52 31 32
Octal 220 275 101 30 0 102 32 122 61 62
Binary 10010000 10111101 1000001 11000 0 1000010 11010 1010010 110001 110010

Color Harmonies of #90BD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BD41

Black with #90BD41

Text Example


Text Example

White with #90BD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,189,65); }

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

background-color css

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

 a { background-color: rgb(144,189,65); }

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

border-color css

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

 span { border-color: rgb(144,189,65); }

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