Html Css Color HEX #90BA04 Citrus

📋 copy color: '#90BA04'

red 144 ◦ green 186 ◦ blue 4

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

Shades of Citrus #90BA04

Tints of Citrus #90BA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.69%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 43.11%
G = 55.69%
B = 1.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#90BA04 (or 0x90BA04) is known color: Citrus. HEX triplet: 90, BA and 04. RGB value is (144,186,4). Sum of RGB (Red+Green+Blue) = 144+186+4=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA04 is #6F45FB. Grayscale: #999999. Windows color (decimal): -7292412 or 309904. OLE color: 309904.

HSL color Cylindrical-coordinate representation of color #90BA04: hue angle of 73.85º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90BA04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 186 4 -
CMYK 0.23 0 0.98 0.27
HSL 73.85º 0.96% 0.37% -
HSV(B) 73.85º 0.98% 0.73% -
XYZ 29.08 41.06 6.51 -
YUV 152.69 44.09 121.8 -
System Red Green Blue C M Y K H S L
Decimal 144 186 4 0.23 0 0.98 0.27 73.85 0.96 0.37
Hex 90 BA 4 17 0 62 1B 4A 60 25
Octal 220 272 4 27 0 142 33 112 140 45
Binary 10010000 10111010 100 10111 0 1100010 11011 1001010 1100000 100101

Color Harmonies of #90BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA04

Black with #90BA04

Text Example


Text Example

White with #90BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,186,4); }

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

background-color css

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

 a { background-color: rgb(144,186,4); }

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

border-color css

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

 span { border-color: rgb(144,186,4); }

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