Html Css Color HEX #90C104 Citrus

📋 copy color: '#90C104'

red 144 ◦ green 193 ◦ blue 4

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

Shades of Citrus #90C104

Tints of Citrus #90C104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.6%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 42.23%
G = 56.6%
B = 1.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#90C104 (or 0x90C104) is known color: Citrus. HEX triplet: 90, C1 and 04. RGB value is (144,193,4). Sum of RGB (Red+Green+Blue) = 144+193+4=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #90C104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C104 is #6F3EFB. Grayscale: #9D9D9D. Windows color (decimal): -7290620 or 311696. OLE color: 311696.

HSL color Cylindrical-coordinate representation of color #90C104: hue angle of 75.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90C104 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 193 4 -
CMYK 0.25 0 0.98 0.24
HSL 75.56º 0.96% 0.39% -
HSV(B) 75.56º 0.98% 0.76% -
XYZ 30.59 44.08 7.01 -
YUV 156.8 41.77 118.87 -
System Red Green Blue C M Y K H S L
Decimal 144 193 4 0.25 0 0.98 0.24 75.56 0.96 0.39
Hex 90 C1 4 19 0 62 18 4C 60 27
Octal 220 301 4 31 0 142 30 114 140 47
Binary 10010000 11000001 100 11001 0 1100010 11000 1001100 1100000 100111

Color Harmonies of #90C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C104

Black with #90C104

Text Example


Text Example

White with #90C104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,193,4); }

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

background-color css

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

 a { background-color: rgb(144,193,4); }

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

border-color css

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

 span { border-color: rgb(144,193,4); }

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