Html Css Color HEX #90BF47 Atlantis

📋 copy color: '#90BF47'

red 144 ◦ green 191 ◦ blue 71

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

Shades of Atlantis #90BF47

Tints of Atlantis #90BF47

RGB

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

 GREEN value IS 191 (75% from 255) = 47.04%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 35.47%
G = 47.04%
B = 17.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#90BF47 (or 0x90BF47) is known color: Atlantis. HEX triplet: 90, BF and 47. RGB value is (144,191,71). Sum of RGB (Red+Green+Blue) = 144+191+71=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF47 is #6F40B8. Grayscale: #A3A3A3. Windows color (decimal): -7291065 or 4702096. OLE color: 4702096.

HSL color Cylindrical-coordinate representation of color #90BF47: hue angle of 83.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90BF47 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 191 71 -
CMYK 0.25 0 0.63 0.25
HSL 83.5º 0.48% 0.51% -
HSV(B) 83.5º 0.63% 0.75% -
XYZ 31.27 43.65 12.74 -
YUV 163.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 144 191 71 0.25 0 0.63 0.25 83.5 0.48 0.51
Hex 90 BF 47 19 0 3F 19 54 30 33
Octal 220 277 107 31 0 77 31 124 60 63
Binary 10010000 10111111 1000111 11001 0 111111 11001 1010100 110000 110011

Color Harmonies of #90BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF47

Black with #90BF47

Text Example


Text Example

White with #90BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,191,71); }

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

background-color css

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

 a { background-color: rgb(144,191,71); }

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

border-color css

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

 span { border-color: rgb(144,191,71); }

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