Html Css Color HEX #90BF0F Citrus

📋 copy color: '#90BF0F'

red 144 ◦ green 191 ◦ blue 15

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

Shades of Citrus #90BF0F

Tints of Citrus #90BF0F

RGB

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

 GREEN value IS 191 (75% from 255) = 54.57%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 41.14%
G = 54.57%
B = 4.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#90BF0F (or 0x90BF0F) is known color: Citrus. HEX triplet: 90, BF and 0F. RGB value is (144,191,15). Sum of RGB (Red+Green+Blue) = 144+191+15=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BF0F is #6F40F0. Grayscale: #9D9D9D. Windows color (decimal): -7291121 or 1032080. OLE color: 1032080.

HSL color Cylindrical-coordinate representation of color #90BF0F: hue angle of 76.02º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90BF0F is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 191 15 -
CMYK 0.25 0 0.92 0.25
HSL 76.02º 0.85% 0.4% -
HSV(B) 76.02º 0.92% 0.75% -
XYZ 30.22 43.23 7.2 -
YUV 156.88 47.93 118.81 -
System Red Green Blue C M Y K H S L
Decimal 144 191 15 0.25 0 0.92 0.25 76.02 0.85 0.4
Hex 90 BF F 19 0 5C 19 4C 55 28
Octal 220 277 17 31 0 134 31 114 125 50
Binary 10010000 10111111 1111 11001 0 1011100 11001 1001100 1010101 101000

Color Harmonies of #90BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF0F

Black with #90BF0F

Text Example


Text Example

White with #90BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,191,15); }

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

background-color css

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

 a { background-color: rgb(144,191,15); }

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

border-color css

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

 span { border-color: rgb(144,191,15); }

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