Html Css Color HEX #90CE41 Atlantis

📋 copy color: '#90CE41'

red 144 ◦ green 206 ◦ blue 65

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

Shades of Atlantis #90CE41

Tints of Atlantis #90CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.64%

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

R = 34.7%
G = 49.64%
B = 15.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#90CE41 (or 0x90CE41) is known color: Atlantis. HEX triplet: 90, CE and 41. RGB value is (144,206,65). Sum of RGB (Red+Green+Blue) = 144+206+65=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CE41 is #6F31BE. Grayscale: #ABABAB. Windows color (decimal): -7287231 or 4312720. OLE color: 4312720.

HSL color Cylindrical-coordinate representation of color #90CE41: hue angle of 86.38º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90CE41 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 206 65 -
CMYK 0.30 0 0.68 0.19
HSL 86.38º 0.59% 0.53% -
HSV(B) 86.38º 0.68% 0.81% -
XYZ 34.53 50.45 12.92 -
YUV 171.39 67.96 108.46 -
System Red Green Blue C M Y K H S L
Decimal 144 206 65 0.30 0 0.68 0.19 86.38 0.59 0.53
Hex 90 CE 41 1E 0 44 13 56 3B 35
Octal 220 316 101 36 0 104 23 126 73 65
Binary 10010000 11001110 1000001 11110 0 1000100 10011 1010110 111011 110101

Color Harmonies of #90CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CE41

Black with #90CE41

Text Example


Text Example

White with #90CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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