Html Css Color HEX #90BA01 Citrus

📋 copy color: '#90BA01'

red 144 ◦ green 186 ◦ blue 1

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

Shades of Citrus #90BA01

Tints of Citrus #90BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 43.5%
G = 56.19%
B = 0.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#90BA01 (or 0x90BA01) is known color: Citrus. HEX triplet: 90, BA and 01. RGB value is (144,186,1). Sum of RGB (Red+Green+Blue) = 144+186+1=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA01 is #6F45FE. Grayscale: #999999. Windows color (decimal): -7292415 or 113296. OLE color: 113296.

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

Color convert

RGB 144 186 1 -
CMYK 0.23 0 0.99 0.27
HSL 73.62º 0.99% 0.37% -
HSV(B) 73.62º 0.99% 0.73% -
XYZ 29.07 41.05 6.42 -
YUV 152.35 42.59 122.04 -
System Red Green Blue C M Y K H S L
Decimal 144 186 1 0.23 0 0.99 0.27 73.62 0.99 0.37
Hex 90 BA 1 17 0 63 1B 4A 63 25
Octal 220 272 1 27 0 143 33 112 143 45
Binary 10010000 10111010 1 10111 0 1100011 11011 1001010 1100011 100101

Color Harmonies of #90BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BA01

Black with #90BA01

Text Example


Text Example

White with #90BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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