Html Css Color HEX #90C315 Citrus

📋 copy color: '#90C315'

red 144 ◦ green 195 ◦ blue 21

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

Shades of Citrus #90C315

Tints of Citrus #90C315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 40%
G = 54.17%
B = 5.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#90C315 (or 0x90C315) is known color: Citrus. HEX triplet: 90, C3 and 15. RGB value is (144,195,21). Sum of RGB (Red+Green+Blue) = 144+195+21=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #90C315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C315 is #6F3CEA. Grayscale: #A0A0A0. Windows color (decimal): -7290091 or 1426320. OLE color: 1426320.

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

Color convert

RGB 144 195 21 -
CMYK 0.26 0 0.89 0.24
HSL 77.59º 0.81% 0.42% -
HSV(B) 77.59º 0.89% 0.76% -
XYZ 31.15 45.01 7.76 -
YUV 159.92 49.6 116.65 -
System Red Green Blue C M Y K H S L
Decimal 144 195 21 0.26 0 0.89 0.24 77.59 0.81 0.42
Hex 90 C3 15 1A 0 59 18 4E 51 2A
Octal 220 303 25 32 0 131 30 116 121 52
Binary 10010000 11000011 10101 11010 0 1011001 11000 1001110 1010001 101010

Color Harmonies of #90C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C315

Black with #90C315

Text Example


Text Example

White with #90C315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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