Html Css Color HEX #90CB0F Citrus

📋 copy color: '#90CB0F'

red 144 ◦ green 203 ◦ blue 15

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

Shades of Citrus #90CB0F

Tints of Citrus #90CB0F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.08%

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

R = 39.78%
G = 56.08%
B = 4.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#90CB0F (or 0x90CB0F) is known color: Citrus. HEX triplet: 90, CB and 0F. RGB value is (144,203,15). Sum of RGB (Red+Green+Blue) = 144+203+15=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CB0F is #6F34F0. Grayscale: #A4A4A4. Windows color (decimal): -7288049 or 1035152. OLE color: 1035152.

HSL color Cylindrical-coordinate representation of color #90CB0F: hue angle of 78.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90CB0F is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 203 15 -
CMYK 0.29 0 0.93 0.20
HSL 78.83º 0.86% 0.43% -
HSV(B) 78.83º 0.93% 0.8% -
XYZ 32.94 48.68 8.11 -
YUV 163.93 43.95 113.79 -
System Red Green Blue C M Y K H S L
Decimal 144 203 15 0.29 0 0.93 0.20 78.83 0.86 0.43
Hex 90 CB F 1D 0 5D 14 4F 56 2B
Octal 220 313 17 35 0 135 24 117 126 53
Binary 10010000 11001011 1111 11101 0 1011101 10100 1001111 1010110 101011

Color Harmonies of #90CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CB0F

Black with #90CB0F

Text Example


Text Example

White with #90CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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