Html Css Color HEX #90C806 Citrus

📋 copy color: '#90C806'

red 144 ◦ green 200 ◦ blue 6

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

Shades of Citrus #90C806

Tints of Citrus #90C806

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.14%

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 41.14%
G = 57.14%
B = 1.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#90C806 (or 0x90C806) is known color: Citrus. HEX triplet: 90, C8 and 06. RGB value is (144,200,6). Sum of RGB (Red+Green+Blue) = 144+200+6=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #90C806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C806 is #6F37F9. Grayscale: #A1A1A1. Windows color (decimal): -7288826 or 444560. OLE color: 444560.

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

Color convert

RGB 144 200 6 -
CMYK 0.28 0 0.97 0.22
HSL 77.32º 0.94% 0.4% -
HSV(B) 77.32º 0.97% 0.78% -
XYZ 32.19 47.25 7.6 -
YUV 161.14 40.45 115.77 -
System Red Green Blue C M Y K H S L
Decimal 144 200 6 0.28 0 0.97 0.22 77.32 0.94 0.4
Hex 90 C8 6 1C 0 61 16 4D 5E 28
Octal 220 310 6 34 0 141 26 115 136 50
Binary 10010000 11001000 110 11100 0 1100001 10110 1001101 1011110 101000

Color Harmonies of #90C806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C806

Black with #90C806

Text Example


Text Example

White with #90C806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,200,6); }

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

background-color css

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

 a { background-color: rgb(144,200,6); }

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

border-color css

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

 span { border-color: rgb(144,200,6); }

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