Html Css Color HEX #90F25A Conifer

📋 copy color: '#90F25A'

red 144 ◦ green 242 ◦ blue 90

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

Shades of Conifer #90F25A

Tints of Conifer #90F25A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.84%

 BLUE value IS 90 (35.55% from 255) = 18.91%

R = 30.25%
G = 50.84%
B = 18.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#90F25A (or 0x90F25A) is known color: Conifer. HEX triplet: 90, F2 and 5A. RGB value is (144,242,90). Sum of RGB (Red+Green+Blue) = 144+242+90=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #90F25A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F25A is #6F0DA5. Grayscale: #C3C3C3. Windows color (decimal): -7277990 or 5960336. OLE color: 5960336.

HSL color Cylindrical-coordinate representation of color #90F25A: hue angle of 98.68º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90F25A is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 242 90 -
CMYK 0.40 0 0.63 0.05
HSL 98.68º 0.85% 0.65% -
HSV(B) 98.68º 0.63% 0.95% -
XYZ 45.1 70.17 20.84 -
YUV 195.37 68.53 91.36 -
System Red Green Blue C M Y K H S L
Decimal 144 242 90 0.40 0 0.63 0.05 98.68 0.85 0.65
Hex 90 F2 5A 28 0 3F 5 63 55 41
Octal 220 362 132 50 0 77 5 143 125 101
Binary 10010000 11110010 1011010 101000 0 111111 101 1100011 1010101 1000001

Color Harmonies of #90F25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F25A

Black with #90F25A

Text Example


Text Example

White with #90F25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,242,90); }

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

background-color css

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

 a { background-color: rgb(144,242,90); }

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

border-color css

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

 span { border-color: rgb(144,242,90); }

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