Html Css Color HEX #90C60C Citrus

📋 copy color: '#90C60C'

red 144 ◦ green 198 ◦ blue 12

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

Shades of Citrus #90C60C

Tints of Citrus #90C60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.93%

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 40.68%
G = 55.93%
B = 3.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#90C60C (or 0x90C60C) is known color: Citrus. HEX triplet: 90, C6 and 0C. RGB value is (144,198,12). Sum of RGB (Red+Green+Blue) = 144+198+12=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #90C60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C60C is #6F39F3. Grayscale: #A1A1A1. Windows color (decimal): -7289332 or 837264. OLE color: 837264.

HSL color Cylindrical-coordinate representation of color #90C60C: hue angle of 77.42º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90C60C is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 198 12 -
CMYK 0.27 0 0.94 0.22
HSL 77.42º 0.89% 0.41% -
HSV(B) 77.42º 0.94% 0.78% -
XYZ 31.76 46.34 7.62 -
YUV 160.65 44.11 116.12 -
System Red Green Blue C M Y K H S L
Decimal 144 198 12 0.27 0 0.94 0.22 77.42 0.89 0.41
Hex 90 C6 C 1B 0 5E 16 4D 59 29
Octal 220 306 14 33 0 136 26 115 131 51
Binary 10010000 11000110 1100 11011 0 1011110 10110 1001101 1011001 101001

Color Harmonies of #90C60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C60C

Black with #90C60C

Text Example


Text Example

White with #90C60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,198,12); }

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

background-color css

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

 a { background-color: rgb(144,198,12); }

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

border-color css

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

 span { border-color: rgb(144,198,12); }

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