Html Css Color HEX #90F055 Conifer

📋 copy color: '#90F055'

red 144 ◦ green 240 ◦ blue 85

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

Shades of Conifer #90F055

Tints of Conifer #90F055

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.17%

 BLUE value IS 85 (33.59% from 255) = 18.12%

R = 30.7%
G = 51.17%
B = 18.12%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#90F055 (or 0x90F055) is known color: Conifer. HEX triplet: 90, F0 and 55. RGB value is (144,240,85). Sum of RGB (Red+Green+Blue) = 144+240+85=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #90F055 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F055 is #6F0FAA. Grayscale: #C2C2C2. Windows color (decimal): -7278507 or 5632144. OLE color: 5632144.

HSL color Cylindrical-coordinate representation of color #90F055: hue angle of 97.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90F055 is Cyan = 0.4, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 240 85 -
CMYK 0.4 0 0.65 0.06
HSL 97.16º 0.84% 0.64% -
HSV(B) 97.16º 0.65% 0.94% -
XYZ 44.3 68.91 19.56 -
YUV 193.63 66.7 92.6 -
System Red Green Blue C M Y K H S L
Decimal 144 240 85 0.4 0 0.65 0.06 97.16 0.84 0.64
Hex 90 F0 55 28 0 41 6 61 54 40
Octal 220 360 125 50 0 101 6 141 124 100
Binary 10010000 11110000 1010101 101000 0 1000001 110 1100001 1010100 1000000

Color Harmonies of #90F055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F055

Black with #90F055

Text Example


Text Example

White with #90F055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,240,85); }

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

background-color css

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

 a { background-color: rgb(144,240,85); }

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

border-color css

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

 span { border-color: rgb(144,240,85); }

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