Html Css Color HEX #90C205 Citrus

📋 copy color: '#90C205'

red 144 ◦ green 194 ◦ blue 5

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

Shades of Citrus #90C205

Tints of Citrus #90C205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 41.98%
G = 56.56%
B = 1.46%

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

#90C205 (or 0x90C205) is known color: Citrus. HEX triplet: 90, C2 and 05. RGB value is (144,194,5). Sum of RGB (Red+Green+Blue) = 144+194+5=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #90C205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C205 is #6F3DFA. Grayscale: #9E9E9E. Windows color (decimal): -7290363 or 377488. OLE color: 377488.

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

Color convert

RGB 144 194 5 -
CMYK 0.26 0 0.97 0.24
HSL 75.87º 0.95% 0.39% -
HSV(B) 75.87º 0.97% 0.76% -
XYZ 30.82 44.52 7.11 -
YUV 157.5 41.94 118.37 -
System Red Green Blue C M Y K H S L
Decimal 144 194 5 0.26 0 0.97 0.24 75.87 0.95 0.39
Hex 90 C2 5 1A 0 61 18 4C 5F 27
Octal 220 302 5 32 0 141 30 114 137 47
Binary 10010000 11000010 101 11010 0 1100001 11000 1001100 1011111 100111

Color Harmonies of #90C205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C205

Black with #90C205

Text Example


Text Example

White with #90C205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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