Html Css Color HEX #90C410 Citrus

📋 copy color: '#90C410'

red 144 ◦ green 196 ◦ blue 16

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

Shades of Citrus #90C410

Tints of Citrus #90C410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.06%

 BLUE value IS 16 (6.64% from 255) = 4.49%

R = 40.45%
G = 55.06%
B = 4.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#90C410 (or 0x90C410) is known color: Citrus. HEX triplet: 90, C4 and 10. RGB value is (144,196,16). Sum of RGB (Red+Green+Blue) = 144+196+16=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #90C410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C410 is #6F3BEF. Grayscale: #A0A0A0. Windows color (decimal): -7289840 or 1098896. OLE color: 1098896.

HSL color Cylindrical-coordinate representation of color #90C410: hue angle of 77.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90C410 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 196 16 -
CMYK 0.27 0 0.92 0.23
HSL 77.33º 0.85% 0.42% -
HSV(B) 77.33º 0.92% 0.77% -
XYZ 31.34 45.45 7.61 -
YUV 159.93 46.77 116.64 -
System Red Green Blue C M Y K H S L
Decimal 144 196 16 0.27 0 0.92 0.23 77.33 0.85 0.42
Hex 90 C4 10 1B 0 5C 17 4D 55 2A
Octal 220 304 20 33 0 134 27 115 125 52
Binary 10010000 11000100 10000 11011 0 1011100 10111 1001101 1010101 101010

Color Harmonies of #90C410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C410

Black with #90C410

Text Example


Text Example

White with #90C410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,196,16); }

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

background-color css

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

 a { background-color: rgb(144,196,16); }

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

border-color css

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

 span { border-color: rgb(144,196,16); }

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