Html Css Color HEX #90C306 Citrus

📋 copy color: '#90C306'

red 144 ◦ green 195 ◦ blue 6

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

Shades of Citrus #90C306

Tints of Citrus #90C306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.52%

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

R = 41.74%
G = 56.52%
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

#90C306 (or 0x90C306) is known color: Citrus. HEX triplet: 90, C3 and 06. RGB value is (144,195,6). Sum of RGB (Red+Green+Blue) = 144+195+6=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #90C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C306 is #6F3CF9. Grayscale: #9E9E9E. Windows color (decimal): -7290106 or 443280. OLE color: 443280.

HSL color Cylindrical-coordinate representation of color #90C306: hue angle of 76.19º 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 #90C306 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 195 6 -
CMYK 0.26 0 0.97 0.24
HSL 76.19º 0.94% 0.39% -
HSV(B) 76.19º 0.97% 0.76% -
XYZ 31.05 44.97 7.22 -
YUV 158.21 42.1 117.87 -
System Red Green Blue C M Y K H S L
Decimal 144 195 6 0.26 0 0.97 0.24 76.19 0.94 0.39
Hex 90 C3 6 1A 0 61 18 4C 5E 27
Octal 220 303 6 32 0 141 30 114 136 47
Binary 10010000 11000011 110 11010 0 1100001 11000 1001100 1011110 100111

Color Harmonies of #90C306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C306

Black with #90C306

Text Example


Text Example

White with #90C306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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