Html Css Color HEX #90D64B Atlantis

📋 copy color: '#90D64B'

red 144 ◦ green 214 ◦ blue 75

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

Shades of Atlantis #90D64B

Tints of Atlantis #90D64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.32%

R = 33.26%
G = 49.42%
B = 17.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#90D64B (or 0x90D64B) is known color: Atlantis. HEX triplet: 90, D6 and 4B. RGB value is (144,214,75). Sum of RGB (Red+Green+Blue) = 144+214+75=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #90D64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D64B is #6F29B4. Grayscale: #B1B1B1. Windows color (decimal): -7285173 or 4970128. OLE color: 4970128.

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

Color convert

RGB 144 214 75 -
CMYK 0.33 0 0.65 0.16
HSL 90.22º 0.63% 0.57% -
HSV(B) 90.22º 0.65% 0.84% -
XYZ 36.82 54.53 15.24 -
YUV 177.22 70.31 104.3 -
System Red Green Blue C M Y K H S L
Decimal 144 214 75 0.33 0 0.65 0.16 90.22 0.63 0.57
Hex 90 D6 4B 21 0 41 10 5A 3F 39
Octal 220 326 113 41 0 101 20 132 77 71
Binary 10010000 11010110 1001011 100001 0 1000001 10000 1011010 111111 111001

Color Harmonies of #90D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D64B

Black with #90D64B

Text Example


Text Example

White with #90D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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