Html Css Color HEX #90C000 Citrus

📋 copy color: '#90C000'

red 144 ◦ green 192 ◦ blue 0

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

Shades of Citrus #90C000

Tints of Citrus #90C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#90C000 (or 0x90C000) is known color: Citrus. HEX triplet: 90, C0 and 00. RGB value is (144,192,0). Sum of RGB (Red+Green+Blue) = 144+192+0=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #90C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C000 is #6F3FFF. Grayscale: #9C9C9C. Windows color (decimal): -7290880 or 49296. OLE color: 49296.

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

Color convert

RGB 144 192 0 -
CMYK 0.25 0 1 0.25
HSL 75º 1% 0.38% -
HSV(B) 75º 1% 0.75% -
XYZ 30.35 43.63 6.82 -
YUV 155.76 40.1 119.61 -
System Red Green Blue C M Y K H S L
Decimal 144 192 0 0.25 0 1 0.25 75 1 0.38
Hex 90 C0 0 19 0 64 19 4B 64 26
Octal 220 300 0 31 0 144 31 113 144 46
Binary 10010000 11000000 0 11001 0 1100100 11001 1001011 1100100 100110

Color Harmonies of #90C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C000

Black with #90C000

Text Example


Text Example

White with #90C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,192,0); }

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

background-color css

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

 a { background-color: rgb(144,192,0); }

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

border-color css

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

 span { border-color: rgb(144,192,0); }

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