Html Css Color HEX #90C206 Citrus

📋 copy color: '#90C206'

red 144 ◦ green 194 ◦ blue 6

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

Shades of Citrus #90C206

Tints of Citrus #90C206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.4%

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

R = 41.86%
G = 56.4%
B = 1.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#90C206 (or 0x90C206) is known color: Citrus. HEX triplet: 90, C2 and 06. RGB value is (144,194,6). Sum of RGB (Red+Green+Blue) = 144+194+6=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #90C206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C206 is #6F3DF9. Grayscale: #9E9E9E. Windows color (decimal): -7290362 or 443024. OLE color: 443024.

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

Color convert

RGB 144 194 6 -
CMYK 0.26 0 0.97 0.24
HSL 75.96º 0.94% 0.39% -
HSV(B) 75.96º 0.97% 0.76% -
XYZ 30.83 44.53 7.14 -
YUV 157.62 42.44 118.29 -
System Red Green Blue C M Y K H S L
Decimal 144 194 6 0.26 0 0.97 0.24 75.96 0.94 0.39
Hex 90 C2 6 1A 0 61 18 4C 5E 27
Octal 220 302 6 32 0 141 30 114 136 47
Binary 10010000 11000010 110 11010 0 1100001 11000 1001100 1011110 100111

Color Harmonies of #90C206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C206

Black with #90C206

Text Example


Text Example

White with #90C206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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