Html Css Color HEX #90CF48 Atlantis

📋 copy color: '#90CF48'

red 144 ◦ green 207 ◦ blue 72

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

Shades of Atlantis #90CF48

Tints of Atlantis #90CF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.94%

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 34.04%
G = 48.94%
B = 17.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#90CF48 (or 0x90CF48) is known color: Atlantis. HEX triplet: 90, CF and 48. RGB value is (144,207,72). Sum of RGB (Red+Green+Blue) = 144+207+72=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CF48 is #6F30B7. Grayscale: #ADADAD. Windows color (decimal): -7286968 or 4771728. OLE color: 4771728.

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

Color convert

RGB 144 207 72 -
CMYK 0.30 0 0.65 0.19
HSL 88º 0.58% 0.55% -
HSV(B) 88º 0.65% 0.81% -
XYZ 34.98 51.02 14.14 -
YUV 172.77 71.13 107.48 -
System Red Green Blue C M Y K H S L
Decimal 144 207 72 0.30 0 0.65 0.19 88 0.58 0.55
Hex 90 CF 48 1E 0 41 13 58 3A 37
Octal 220 317 110 36 0 101 23 130 72 67
Binary 10010000 11001111 1001000 11110 0 1000001 10011 1011000 111010 110111

Color Harmonies of #90CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CF48

Black with #90CF48

Text Example


Text Example

White with #90CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,207,72); }

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

background-color css

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

 a { background-color: rgb(144,207,72); }

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

border-color css

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

 span { border-color: rgb(144,207,72); }

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