Html Css Color HEX #90D752 Atlantis

📋 copy color: '#90D752'

red 144 ◦ green 215 ◦ blue 82

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

Shades of Atlantis #90D752

Tints of Atlantis #90D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.75%

 BLUE value IS 82 (32.42% from 255) = 18.59%

R = 32.65%
G = 48.75%
B = 18.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#90D752 (or 0x90D752) is known color: Atlantis. HEX triplet: 90, D7 and 52. RGB value is (144,215,82). Sum of RGB (Red+Green+Blue) = 144+215+82=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #90D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D752 is #6F28AD. Grayscale: #B3B3B3. Windows color (decimal): -7284910 or 5429136. OLE color: 5429136.

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

Color convert

RGB 144 215 82 -
CMYK 0.33 0 0.62 0.16
HSL 92.03º 0.62% 0.58% -
HSV(B) 92.03º 0.62% 0.84% -
XYZ 37.33 55.14 16.66 -
YUV 178.61 73.48 103.31 -
System Red Green Blue C M Y K H S L
Decimal 144 215 82 0.33 0 0.62 0.16 92.03 0.62 0.58
Hex 90 D7 52 21 0 3E 10 5C 3E 3A
Octal 220 327 122 41 0 76 20 134 76 72
Binary 10010000 11010111 1010010 100001 0 111110 10000 1011100 111110 111010

Color Harmonies of #90D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D752

Black with #90D752

Text Example


Text Example

White with #90D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,215,82); }

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

background-color css

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

 a { background-color: rgb(144,215,82); }

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

border-color css

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

 span { border-color: rgb(144,215,82); }

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