Html Css Color HEX #90D642 Atlantis

📋 copy color: '#90D642'

red 144 ◦ green 214 ◦ blue 66

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

Shades of Atlantis #90D642

Tints of Atlantis #90D642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.47%

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

R = 33.96%
G = 50.47%
B = 15.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#90D642 (or 0x90D642) is known color: Atlantis. HEX triplet: 90, D6 and 42. RGB value is (144,214,66). Sum of RGB (Red+Green+Blue) = 144+214+66=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #90D642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D642 is #6F29BD. Grayscale: #B0B0B0. Windows color (decimal): -7285182 or 4380304. OLE color: 4380304.

HSL color Cylindrical-coordinate representation of color #90D642: hue angle of 88.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90D642 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 214 66 -
CMYK 0.33 0 0.69 0.16
HSL 88.38º 0.64% 0.55% -
HSV(B) 88.38º 0.69% 0.84% -
XYZ 36.53 54.42 13.73 -
YUV 176.2 65.81 105.03 -
System Red Green Blue C M Y K H S L
Decimal 144 214 66 0.33 0 0.69 0.16 88.38 0.64 0.55
Hex 90 D6 42 21 0 45 10 58 40 37
Octal 220 326 102 41 0 105 20 130 100 67
Binary 10010000 11010110 1000010 100001 0 1000101 10000 1011000 1000000 110111

Color Harmonies of #90D642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D642

Black with #90D642

Text Example


Text Example

White with #90D642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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