Html Css Color HEX #9AFB6C Feijoa

📋 copy color: '#9AFB6C'

red 154 ◦ green 251 ◦ blue 108

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

Shades of Feijoa #9AFB6C

Tints of Feijoa #9AFB6C

RGB

 RED value IS 154 (60.55% from 255) = 30.02%

 GREEN value IS 251 (98.44% from 255) = 48.93%

 BLUE value IS 108 (42.58% from 255) = 21.05%

R = 30.02%
G = 48.93%
B = 21.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#9AFB6C (or 0x9AFB6C) is known color: Feijoa. HEX triplet: 9A, FB and 6C. RGB value is (154,251,108). Sum of RGB (Red+Green+Blue) = 154+251+108=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB6C is #650493. Grayscale: #CECECE. Windows color (decimal): -6620308 or 7142298. OLE color: 7142298.

HSL color Cylindrical-coordinate representation of color #9AFB6C: hue angle of 100.7º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AFB6C is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 251 108 -
CMYK 0.39 0 0.57 0.02
HSL 100.7º 0.95% 0.7% -
HSV(B) 100.7º 0.57% 0.98% -
XYZ 50.53 76.95 26.38 -
YUV 205.7 72.86 91.13 -
System Red Green Blue C M Y K H S L
Decimal 154 251 108 0.39 0 0.57 0.02 100.7 0.95 0.7
Hex 9A FB 6C 27 0 39 2 65 5F 46
Octal 232 373 154 47 0 71 2 145 137 106
Binary 10011010 11111011 1101100 100111 0 111001 10 1100101 1011111 1000110

Color Harmonies of #9AFB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB6C

Black with #9AFB6C

Text Example


Text Example

White with #9AFB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AFB6C; }

 p { color: rgb(154,251,108); }

 H1.HeaderClassName
 {
   color: #9AFB6C;
 }
 .AnyTagClassName
 {
   color: #9AFB6C;
 }
</style>

background-color css

<style>
 a { background-color: #9AFB6C; }

 a { background-color: rgb(154,251,108); }

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

border-color css

<style>
 span { border-color: #9AFB6C; }

 span { border-color: rgb(154,251,108); }

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