Html Css Color HEX #AFF27B Feijoa

📋 copy color: '#AFF27B'

red 175 ◦ green 242 ◦ blue 123

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

Shades of Feijoa #AFF27B

Tints of Feijoa #AFF27B

RGB

 RED value IS 175 (68.75% from 255) = 32.41%

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

 BLUE value IS 123 (48.44% from 255) = 22.78%

R = 32.41%
G = 44.81%
B = 22.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#AFF27B (or 0xAFF27B) is known color: Feijoa. HEX triplet: AF, F2 and 7B. RGB value is (175,242,123). Sum of RGB (Red+Green+Blue) = 175+242+123=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF27B is #500D84. Grayscale: #D0D0D0. Windows color (decimal): -5246341 or 8123055. OLE color: 8123055.

HSL color Cylindrical-coordinate representation of color #AFF27B: hue angle of 93.78º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF27B is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 123 -
CMYK 0.28 0 0.49 0.05
HSL 93.78º 0.82% 0.72% -
HSV(B) 93.78º 0.49% 0.95% -
XYZ 53.01 74.05 30.24 -
YUV 208.4 79.8 104.18 -
System Red Green Blue C M Y K H S L
Decimal 175 242 123 0.28 0 0.49 0.05 93.78 0.82 0.72
Hex AF F2 7B 1C 0 31 5 5E 52 48
Octal 257 362 173 34 0 61 5 136 122 110
Binary 10101111 11110010 1111011 11100 0 110001 101 1011110 1010010 1001000

Color Harmonies of #AFF27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF27B

Black with #AFF27B

Text Example


Text Example

White with #AFF27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF27B; }

 p { color: rgb(175,242,123); }

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

background-color css

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

 a { background-color: rgb(175,242,123); }

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

border-color css

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

 span { border-color: rgb(175,242,123); }

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